List Account Jobs

scope jobs:read

Lists the jobs from the last 30 days record for an Account. Allows for filtering and pagination to make for easier processing and focusing on results. There is also a webhook event that will fire for each job if you do not want to engage in polling.

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

The unique identifier (AVID) of the Account/business for which the jobs will be listed for.

Query Params
string

Used to go to the next page of results. Its best to use the x-link header and use the 'next' definition, as we've assembled it for you.

integer
1 to 500
Defaults to 100

Specifies the maximum number of Job Lines to be returned in a single page of pagination, ensuring data retrieval remains manageable. Max 500.

string
enum

Filters the results down to only those that match the status provided.

Allowed:
int64
≥ 0

Only returns jobs created after the provided time (in epoch format, milliseconds). Useful when polling for newly created jobs.

Headers
string
enum

You can change the response type from JSON to CSV by indicating you want the response in text/csv.

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