cURL
curl --request GET \ --url https://flowra.dev/api/v1/graphify/threads/{thread_id}/state \ --header 'x-api-key: <api-key>'
Get the current state of a thread (e.g. latest messages, checkpoint). Use to resume a conversation or inspect state for debugging.
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Thread ID
"b737d8af-a9e0-4251-9714-3fdc1126e5fb"
Operation completed successfully
Was this page helpful?