cURL
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>" }
Get outbound job by id.
Successful Response
Response Model for returning Job Details via an API Endpoint
Leen's UUID for the Job
Vendor Name
Task Name
Job Status
Job Started at
Job Finished at
Job Failure Reason