Skip to main content
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"
}

Headers

x-api-key
string
required

Your API key. Required by most endpoints for programmatic access. Viewable in 'Profile' tab on the website.

Authorization
string
required

Bearer token for authentication (JWT).

Response

OK. Successfully retrieved a run ID.

run_id
string<uuid>

Newly generated run ID (UUID).