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
startTimedatetimeOptional

Filter traces starting from this time (ISO 8601 format)

endTimedatetimeOptional

Filter traces up to this time (ISO 8601 format)

Response

Success response
traceslist of objects
metaobject
Pagination metadata for cost traces

Errors