cURL
curl --request POST \ --url http://localhost:3773/contexts/list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "method": "contexts/list", "params": { "length": 10 }, "id": "550e8400-e29b-41d4-a716-446655440025" }'
{ "jsonrpc": "2.0", "id": "550e8400-e29b-41d4-a716-446655440025", "result": [ { "context_id": "550e8400-e29b-41d4-a716-446655440038", "task_count": 1, "task_ids": [ "550e8400-e29b-41d4-a716-446655440078" ] } ] }
Get a list of conversation contexts
2.0
contexts/list
Show child attributes
Was this page helpful?