Skip to main content

Get an action run's details

GET 

/v1/actions/runs/:run_id

This route allows you to fetch the details of an action run.

To learn more about action runs, check out the documentation.

Request

Path Parameters

    run_id stringrequired

    The identifier of the action run you want to fetch.

Query Parameters

    version string

    Possible values: [v1, v2]

Responses

Success

Loading...