Get deployment events
Get the build logs of a deployment by deployment ID and build ID. It can work as an infinite stream of logs or as a JSON endpoint depending on the input parameters.
Authorizations
Default authentication mechanism
Path Parameters
The unique identifier or hostname of the deployment.
"dpl_5WJWYSyB7BpgTj3EuwF37WMRBXBtPQ2iTMJHJBJyRfd"
Query Parameters
Order of the returned events based on the timestamp.
backward
, forward
"backward"
When enabled, this endpoint will return live events as they happen.
0
, 1
1
Maximum number of events to return. Provide -1
to return all available logs.
100
Deployment build ID.
"bld_cotnkcr76"
Timestamp for when build logs should be pulled from.
1540095775941
Timestamp for when the build logs should be pulled up until.
1540106318643
HTTP status code range to filter events by.
"5xx"
0
, 1
1
0
, 1
1
The Team identifier to perform the request on behalf of.
"team_1a2b3c4d5e6f7g8h9i0j1k2l"
The Team slug to perform the request on behalf of.
"my-team-url-slug"