API ReferenceChangelog
Log In
API Reference

Get all ongoing jobs for the Pixop Mimir integration for the given tenant

Returns a paginated list of ongoing jobs for the tenant. Jobs are sorted by createdAt ascending by default (use sortDirection to change).

The integration is resolved from the provided headers. If no integration is found or the Pixop key does not have access to the Pixop team, a 404 is returned.

Query Params
int32
≥ 0
Defaults to 0

Specifies the current page number, starting at 0.

int32
1 to 100
Defaults to 10

Specifies the number of items per page.

string
enum
Defaults to ASC

Specifies the sort direction for the results:

  • ASC: ascending order.
  • DESC: descending order.
Allowed:
Headers
string
required

The mimir tenant for which the integration applies.

Responses

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