cURL
curl -X GET \
-H 'Authorization: Bearer <YOUR_JWT>' \
-H 'Accept: application/json' \
'https://api.playbook3d.com/get_run_id'{
"run_id": "3fa85f64-5717-4752-b3fc-2c963f66aga6"
}Runs
Get Run IDs
Returns a fresh run_id (UUID) that you can use to identify or track a workflow execution.
GET
/
get_run_id
cURL
curl -X GET \
-H 'Authorization: Bearer <YOUR_JWT>' \
-H 'Accept: application/json' \
'https://api.playbook3d.com/get_run_id'{
"run_id": "3fa85f64-5717-4752-b3fc-2c963f66aga6"
}