Batch describe runs logs

Describe multiple run logs in a single request.

post/batch/describe-runs-logs

Request body

headinteger nullable

Return only the first N log lines. Cannot be combined with tail.

namestring required

The name of the app to describe the run for.

seqinteger required

The number of the run to describe.

start_atstring date-time nullable

Fetch logs from this timestamp onwards (inclusive).

tailinteger nullable

Return only the last N log lines. Cannot be combined with head.

Response

OK

errorstring nullable

Changes