For the complete documentation index, see llms.txt. This page is also available as Markdown.

Events

Workload events that occurred while the workload was running. Use to diagnose issue around workload scheduling.

Get the workload events.

get

Retrieve all the workload events using a workload id.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
workloadIdstring · uuidRequired

The Universally Unique Identifier (UUID) of the workload.

Query parameters
offsetinteger · int32Optional

The offset of the first item returned in the collection.

Example: 100
limitinteger · int32 · min: 1 · max: 500Optional

The maximum number of entries to return.

Default: 50
sortOrderstring · enumOptional

Sort results in descending or ascending order.

Default: descPossible values:
Responses
200

Executed successfully.

application/json
nextintegerOptionalExample: 1
get/api/v1/workloads/{workloadId}/events

Get the workload history.

get

Retrieve workload history details, including events, using a workload id.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
workloadIdstring · uuidRequired

The Universally Unique Identifier (UUID) of the workload.

Query parameters
offsetinteger · int32Optional

The offset of the first item returned in the collection.

Example: 100
limitinteger · int32 · min: 1 · max: 500Optional

The maximum number of entries to return.

Default: 50
Responses
200

Executed successfully.

application/json
nextintegerOptionalExample: 1
get/api/v1/workloads/{workloadId}/history

Get revision events by id. [Experimental]

get

Retrieve all the revision events using a revision id. Supported for clusters v2.21+.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
revisionIdstring · uuidRequired

The Universally Unique Identifier (UUID) of the revision.

Query parameters
offsetinteger · int32Optional

The offset of the first item returned in the collection.

Example: 100
limitinteger · int32 · min: 1 · max: 500Optional

The maximum number of entries to return.

Default: 50
sortOrderstring · enumOptional

Sort results in descending or ascending order.

Default: descPossible values:
Responses
200

Executed successfully.

application/json
nextintegerOptionalExample: 1
get/api/v1/workloads/inferences/revisions/{revisionId}/events

Get the revision history. [Experimental]

get

Retrieve revision history details, including events, using a revision id. Supported for clusters v2.21+.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
revisionIdstring · uuidRequired

The Universally Unique Identifier (UUID) of the revision.

Query parameters
offsetinteger · int32Optional

The offset of the first item returned in the collection.

Example: 100
limitinteger · int32 · min: 1 · max: 500Optional

The maximum number of entries to return.

Default: 50
Responses
200

Executed successfully.

application/json
nextintegerOptionalExample: 1
get/api/v1/workloads/inferences/revisions/{revisionId}/history

Last updated