Fetch cost traces for a customer by external ID

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

externalIdstringRequired
The external ID of the customer

Query Parameters

limitintegerOptional1-1000Defaults to 100

Maximum number of traces to return (1-1000)

offsetintegerOptional>=0Defaults to 0
Number of traces to skip for pagination
startTimestringOptionalformat: "date-time"

Filter traces starting from this time (ISO 8601 format)

endTimestringOptionalformat: "date-time"

Filter traces up to this time (ISO 8601 format)

Response

Success response
traceslist of objects
metaobject
Pagination metadata for cost traces

Errors