List Component Runs

Returns the information of each component execution within a pipeline run.

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

The unique identifier of the pipeline run to list component runs for.

Query Params
int32

The page number to retrieve.

int32

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

string

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

  • Example: create_time>timestamp("2000-06-19T23:31:08.657Z").
string

Order by field, with options for ordering by id, create_time or update_time. Format: order_by=id or order_by=create_time desc, default is asc.

string
enum

View allows clients to specify the desired run view in the response. The basic view excludes input / output data.

  • VIEW_BASIC: Default view, only includes basic information.
  • VIEW_FULL: Full representation.
  • VIEW_RECIPE: Contains the recipe of the resource.
Allowed:
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