Skip to main content
GET
List Revision Logs

Path Parameters

deployment_id
string<uuid>
required
revision_id
string<uuid>
required

Query Parameters

start_time
string<date-time> | null
end_time
string<date-time> | null
order
enum<string>
default:asc
Available options:
asc,
desc
limit
integer
default:50
Required range: 1 <= x <= 1000
offset
string | null
query
string | null
level
enum<string> | null
Available options:
DEBUG,
INFO,
WARNING,
ERROR,
CRITICAL
run_id
string | null
type
enum<string>
required

Which logs to return: build-time or deploy-time.

Available options:
build,
deploy

Response

Successful Response

Log lines plus a pagination cursor.

logs
Logs · object[]
next_offset
string | null