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" }
Returns a fresh run_id (UUID) that you can use to identify or track a workflow execution.
Your API key. Required by most endpoints for programmatic access. Viewable in 'Profile' tab on the website.
Bearer token for authentication (JWT).
OK. Successfully retrieved a run ID.
Newly generated run ID (UUID).