cURL
curl --request GET \ --url https://api.leen.dev/v1/provisioning/organizations/{organization_id}/connections/{connection_id}/jobs \ --header 'X-API-KEY: <api-key>'
{ "count": 123, "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "QUEUED", "state": {}, "started_at": "2023-11-07T05:31:56Z", "finished_at": "2023-11-07T05:31:56Z", "failure_reason": "<string>", "type": "<string>", "options": {} } ], "total": 123 }
List all the jobs for a given Connection.
x >= 0
Partial or exact match for Connection Job ID
Connection Job Status filter, comma separated
Datetime filter, only return jobs which started at this datetime or after
Successful Response
Number of items return in the response
List of items returned in the response
Show child attributes
Total number of items that can be returned