List Model Runs

Returns a paginated list of runs for a given model. When the requester is the owner of the model, they will be able to all the model runs, regardless who requested the trigger (the view will be partial to hide sensitive data like e.g. the trigger input and output). Other requesters will only be able to see the runs requested by themselves.

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

Namespace ID.

string
required

Model ID.

Query Params
int32

The maximum number of runs to return. The default and cap values are 10 and 100, respectively.

int32

Page number.

string

Sort the results by the given expression. Format: field [ASC | DESC], where field` can be:

  • create_time
  • update_time By default, results are sorted by descending creation time.
string

Filter can hold an AIP-160-compliant filter expression.

  • Example: create_time>timestamp("2000-06-19T23:31:08.657Z"). The filter can be applied to the following fields:
  • create_time
Headers
string

Indicates the authenticated namespace is making the request on behalf of another entity, typically an organization they belong to

Responses

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