Skip to main content

Get an action's run logs

GET 

/v1/actions/runs/:run_id/logs

This route allows you to fetch the logs from 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 logs for.

Query Parameters

    limit number

    Possible values: >= 1 and <= 50

    The maximum number of logs to fetch.

    offset number

    The number of logs to skip.

Responses

Success

Loading...