Training
List training runs
List a workspace's training runs, newest first, filterable by reference set and state.
get/v2/workspaces/{workspace_id}/training-runs
Path parameters
workspace_idstring uuid required
Id of the workspace that owns the resource.
Id of the workspace that owns the resource.
Query parameters
reference_set_idstring uuid nullable
Filter to one reference set.
Filter to one reference set.
status_filter'any' | 'in_progress' | 'terminal_success' | 'terminal_failure'
Filter by coarse run state.
Filter by coarse run state.
limitinteger
Maximum number of results to return.
Maximum number of results to return.
cursorstring nullable
Cursor from a previous response to fetch the next page.
Cursor from a previous response to fetch the next page.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.