curl --request POST \
--url https://flowra.dev/api/v1/graphify/threads/search \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"limit": 10,
"offset": 0,
"sortBy": "threadId",
"sortOrder": "asc"
}
'Search conversation threads by metadata (e.g. user id, tags). Use to list or filter threads in a chat UI or dashboard.
curl --request POST \
--url https://flowra.dev/api/v1/graphify/threads/search \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"limit": 10,
"offset": 0,
"sortBy": "threadId",
"sortOrder": "asc"
}
'Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Show child attributes
Operation completed successfully
Was this page helpful?