# This file was auto-generated by Fern from our API Definition.

import typing_extensions


class BulkJobCallbackParams(typing_extensions.TypedDict):
    url: str
    """
    Webhook url to call upon job completion
    """

    auth_token: typing_extensions.NotRequired[str]
    """
    Authorization token required for the callback Url
    """
