What is the maximum number of jobs that can be retrieved using the jobs API of WFA?
Applies to
OnCommand Workflow Automation (WFA) 5.1.1
Answer
The maximum number of jobs that can be retrieved using that GET /workflows/jobs API of WFA is not explicitly defined.
Notes:
- Values up to 2,147,483,646 can be used for the
maxRecordsparameter without causing an error, but if themaxRecordsis set too high, some jobs may not be retrieved. - To retrieve a large number of jobs, it is necessary to execute the API multiple times, shifting the
startTimeandendTimeeach time to ensure the number of jobs does not exceed 1000.
Additional Information
additionalInformation_text
