Skip to main content
GET
/
outbound-jobs
/
{job_id}
Get Outbound job by id
curl --request GET \
  --url https://api.leen.dev/v1/outbound-jobs/{job_id} \
  --header 'X-API-KEY: <api-key>' \
  --header 'X-CONNECTION-ID: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "vendor": "<string>",
  "task_name": "<string>",
  "status": "<string>",
  "started_at": "2023-11-07T05:31:56Z",
  "finished_at": "2023-11-07T05:31:56Z",
  "failure_reason": "<string>"
}

Authorizations

X-CONNECTION-ID
string
header
required
X-API-KEY
string
header
required

Path Parameters

job_id
string<uuid>
required

Response

Successful Response

Response Model for returning Job Details via an API Endpoint

id
string<uuid>
required

Leen's UUID for the Job

vendor
string
required

Vendor Name

task_name
string
required

Task Name

status
string
required

Job Status

started_at
string<date-time> | null

Job Started at

finished_at
string<date-time> | null

Job Finished at

failure_reason
string | null

Job Failure Reason