v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14158764.0 KB

Lists the events of a deployment.

post/listDeploymentEvents

Request body

deploymentIdstring required

The ID of the deployment.

maxResultsinteger

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.

nextTokenstring

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

Response

Success

nextTokenstring

The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.