GET
/
get_run_id
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

200
application/json
OK. Successfully retrieved a run ID.
run_id
string

Newly generated run ID (UUID).