[beta] Fetches all jobs

Fetches jobs based on id/uuid or provided filters.

To use this endpoint, select Read Jobs under the Equipment category when creating or editing an API token. Learn More.

Submit Feedback: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submit a case to our support team.

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

A jobId or uuid in STRING format. JobId must be prefixed with jobId:(Examples: "8d218e6c-7a16-4f9f-90f7-cc1d93b9e596", "jobId:98765").

string

A start time in RFC 3339 format. Millisecond precision and timezones are supported. (Examples: 2019-06-13T19:08:25Z, 2019-06-13T19:08:25.455Z, OR 2015-09-15T14:00:12-04:00).

string

An end time in RFC 3339 format. Millisecond precision and timezones are supported. (Examples: 2019-06-13T19:08:25Z, 2019-06-13T19:08:25.455Z, OR 2015-09-15T14:00:12-04:00).

industrialAssetIds
array of strings

IndustrialAssetId in STRING format. (Example: "8d218e6c-7a16-4f9f-90f7-cc1d93b9e596").

industrialAssetIds
fleetDeviceIds
array of integers

FleetDeviceId in INTEGER format. (Example: 123456).

fleetDeviceIds
string
enum

A job status in STRING format. Job statuses can be one of three (ignores case): "active", "scheduled", "completed" Valid values: active, scheduled, completed

Allowed:
string

Customer name to filter by

string

If specified, this should be the endCursor value from the previous page of results. When present, this request will return the next page of results that occur immediately after the previous page of results.

Responses

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