curl --request GET \
--url http://0.0.0.0:3000/v1/automations/executions/{exec_id}/traces \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"execution_id": 123,
"step": "<string>",
"result": "success",
"message": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}
]curl --request GET \
--url http://0.0.0.0:3000/v1/automations/executions/{exec_id}/traces \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"execution_id": 123,
"step": "<string>",
"result": "success",
"message": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID numérico da execução