List Jobs
Loading...
API endpoint path: /v3/jobs
Retrieves a paginated list of import jobs for the authenticated institution. Import jobs are created when participant files are uploaded to an experience group.
Use this endpoint to:
- View participant import jobs across experience groups.
- Filter jobs for a specific experience group using
groupId. - Monitor job status, record counts, and uploaded file details before retrieving job-specific information or error details.
Behavior and capabilities:
- Supports pagination using the
pageandsizequery parameters. - Supports sorting through the
sortquery parameter. Sorting bygroup.groupNameis supported only whengroupIdis not specified. - Returns jobs in
content, pagination metadata inpage, and navigation links inlinks. - Each job in
contentincludes aselflink to the Get Job by ID endpoint.
Request
Responses
- 200
- 401
- 500
Success
Unauthorized
Internal Server Error
Was this page helpful?