Skip to main content
POST
/
trace
/
search
/
{workflowId}
Search traces
curl --request POST \
  --url http://api.local.stratumn.com:3000/trace/search/{workflowId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "filters": {}
}'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

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

Path Parameters

workflowId
string
required

The UUID of the workflow

Body

application/json
filters
object

The state data keys and values on which the Traces will be filtered on

Response

200 - application/json

The trace ids of the given workflow id and state data