latestOpenAPI 3.1.02026-08-20118232229.3 KB
0e42b0fb26d9
Describe run logs
Retrieves the logs associated with a particular run of an app.
get/apps/{name}/runs/{seq}/logs
Path parameters
namestring required
The name of the app to get logs for.
The name of the app to get logs for.
seqinteger required
The sequence number of the run to get logs for.
The sequence number of the run to get logs for.
Query parameters
start_atstring date-time
Fetch logs from this timestamp onwards (inclusive).
Fetch logs from this timestamp onwards (inclusive).
headinteger
Return only the first N log lines. Cannot be combined with tail.
Return only the first N log lines. Cannot be combined with tail.
tailinteger
Return only the last N log lines. Cannot be combined with head.
Return only the last N log lines. Cannot be combined with head.
Response
OK
Example response
{
"$schema": "https://api.tower.dev/v1/schemas/DescribeRunLogsResponse.json"
}