GET
/
getThinking
Get thinking for a command instance
curl --request GET \
  --url https://api.parcha.ai/api/v1/getThinking \
  --header 'Authorization: Bearer <token>'
{
  "thinking": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Query Parameters

command_instance_id
string
required

The ID of the command instance

Response

200 - application/json

Thinking retrieved successfully

thinking
string