dispatch_job_splits_list
List job split records for a specific job ID, filtering by active status and created or modified timestamps. Use pagination to browse through one page of results at a time.
Instructions
List one page of split records for a single required job ID, with activity and date filters. Use dispatch_job_splits_by_jobs_list to query splits across multiple jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn | |
| jobId | Yes | Job ID | |
| active | No | Filter by active status | True |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | Return items created before this UTC timestamp | |
| modifiedBefore | No | Return items modified before this UTC timestamp | |
| createdOnOrAfter | No | Return items created on or after this UTC timestamp | |
| modifiedOnOrAfter | No | Return items modified on or after this UTC timestamp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||