curl "https://api.crewship.dev/v1/threads?deployment_id=dep_abc123" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "threads": [ { "thread_id": "thr_xyz789abc", "deployment_id": "dep_abc123", "status": "idle", "metadata": {"user_id": "user_1"}, "values": null, "created_at": "2024-01-15T10:35:00Z", "updated_at": "2024-01-15T10:35:00Z" } ] }
List threads for a deployment
Documentation IndexFetch the complete documentation index at: https://docs.crewship.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.crewship.dev/llms.txt
Use this file to discover all available pages before exploring further.
idle
busy
interrupted
error