Skip to main content
POST
/
tool
/
optimization-status
/
thread
/
{threadId}
Get Tool Optimization Status
curl --request POST \
  --url https://api.beamstudio.ai/tool/optimization-status/thread/{threadId} \
  --header 'Authorization: Bearer <token>' \
  --header 'current-workspace-id: <current-workspace-id>'
{
  "threadId": "thread_123e4567-e89b-12d3-a456-426614174000"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

current-workspace-id
string
required

Path Parameters

threadId
string
required

Response

201 - application/json

Optimization status retrieved successfully

threadId
string
required

The unique thread identifier for tracking the optimization process. Use this ID to check the status of the ongoing optimization.

Example:

"thread_123e4567-e89b-12d3-a456-426614174000"