Get Thread Coverage
Read-only coverage report for debugging progress issues.
Path Parameters
thread_id*Thread Id
Response Body
application/json
application/json
curl -X GET "https://example.com/threads/string/coverage"{ "thread_id": "string", "total_messages": 0, "covered_messages": 0, "memories": 0, "metadata": {}}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}