API Reference
Log In
API Reference

List Jobs

Get paginated list of jobs. Jobs represent agentic workflow execution instances that group related AI operations.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Unique identifier of the team (organization). Format: Revenium hashid (URL-safe encoded string).

string
length between 1 and 256

Search by agentic job ID or job name (case-insensitive partial match). Matches jobs where either agenticJobId or name contains the search term.

string

Filter by job type (case-insensitive exact match).

string
enum

Filter by execution status.

Allowed:
string
enum

Filter by outcome type. PENDING is a virtual value that matches jobs with no outcome reported yet (executionStatus IS NULL).

Allowed:
number
≥ 0

Minimum outcome value filter (inclusive). Returns jobs with outcomeValue >= this value.

number
≥ 0

Maximum outcome value filter (inclusive). Returns jobs with outcomeValue <= this value.

string

Filter start date/time in ISO 8601 format (on job created date).

string

Filter end date/time in ISO 8601 format (on job created date).

integer
≥ 0
Defaults to 0

Zero-based page index (0..N)

integer
≥ 1
Defaults to 20

The size of the page to be returned

sort
array of strings
Defaults to created,DESC

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

sort
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/hal+json
*/*