List Job Children
Jobs
List Job Children
Returns child jobs of the specified job.
GET
List Job Children
Authorizations
Enter your API key as the username. Leave the password field blank.
Example: curl -u YOUR_API_KEY: https://api.xplenty.com/...
Headers
API version header — required on all requests
Path Parameters
The unique ID of the job
Query Parameters
Index of the first object to retrieve (starting from 0)
Required range:
x >= 0Number of items to return (max 100)
Required range:
1 <= x <= 100Response
200 - application/vnd.xplenty+json; version=2
Successful response
Example:
157
Available options:
idle, pending, queued, running, completed, failed, pending_stoppage, stopping, stopped Example:
"completed"
Required range:
0 <= x <= 1Example:
1
Example:
2
Example:
52
Example:
434
Last modified on April 15, 2026