cURL
curl --request GET \ --url https://api.rampartcorporation.com/v2/job/pending \ --header 'Authorization: Bearer <token>'
{ "data": [ { "client_id": "<string>", "job_id": "<string>", "sync_type": "HISTORICAL", "from": "2023-11-07T05:31:56Z", "to": "2023-11-07T05:31:56Z" } ], "pagination": { "page": 123, "limit": 123, "total": 123, "totalPages": 123, "hasNext": true, "hasPrev": true } }
Paginated list of all the pending jobs Rampart is waiting for.
Bearer authentication header of the form Bearer <API_KEY>.
Bearer <API_KEY>
Items per page (1-100)
Page number
Successful response with pending jobs and pagination
Show child attributes