curl --request GET \
--url https://api.agentixx.io/api/runs/{id}/steps \
--header 'x-tenant-id: <api-key>' \
--cookie better-auth.session_token={
"items": [
{}
]
}Get the execution steps for a workflow run.
curl --request GET \
--url https://api.agentixx.io/api/runs/{id}/steps \
--header 'x-tenant-id: <api-key>' \
--cookie better-auth.session_token={
"items": [
{}
]
}