cURL
curl --request GET \ --url https://api.parcha.ai/api/v1/getThinking \ --header 'Authorization: Bearer <token>'
{ "thinking": "<string>" }
Retrieve the thinking/reasoning for a specific command instance
API key obtained from your Parcha account settings. Include as Bearer token in the Authorization header.
The ID of the command instance
Thinking retrieved successfully