Retrieve Trace For Step

Authentication

AuthorizationBearer

Header authentication of the form Bearer <token>

Path Parameters

step_idstringRequiredformat: "^step-[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$"=41 characters

The ID of the step in the format ‘step-<uuid4>’

Response

Successful Response
request_jsonmap from strings to any
JSON content of the provider request
response_jsonmap from strings to any
JSON content of the provider response
created_by_idstring or null
The id of the user that made this object.
last_updated_by_idstring or null
The id of the user that made this object.
created_atstring or nullformat: "date-time"
The timestamp when the object was created.
updated_atstring or nullformat: "date-time"
The timestamp when the object was last updated.
idstring or nullformat: "^provider_trace-[a-fA-F0-9]{8}"

The human-friendly ID of the Provider_trace

step_idstring or null
ID of the step that this trace is associated with

Errors