Skip to main content
GET
List Deployment Log Entries

Query Parameters

deployment_id
string<uuid>
required
revision_id
string<uuid> | null
log_type
enum<string>
default:DEPLOY
Available options:
BUILD,
DEPLOY
start_time
string<date-time> | null
end_time
string<date-time> | null
sort_order
enum<string>
default:asc
Available options:
asc,
desc
page_size
integer
default:20
Required range: 1 <= x <= 100
cursor
string | null
query
string | null
level
enum<string> | null
Available options:
DEBUG,
INFO,
WARNING,
ERROR,
CRITICAL
run_id
string | null

Response

Successful Response

Canonical cursor-paginated deployment-log collection.

items
Items · object[]
next_cursor
string | null