# Run a bulk load session

Runs the specified bulk load session.

Endpoint: POST /bulk_loads/{bulk_load_session_name}/jobs
Version: 3
Security: ApiKeyAuth

## Path parameters:

  - `bulk_load_session_name` (string, required)

## Request fields (application/x-www-form-urlencoded):

  - `scheduled_time` (integer)

  - `domain_key` (string)
    Example: domain_key_123

## Response 200 fields (application/json):

  - `job_id` (integer, required)
    unique identifier of job
    Example: 19

