Get project thread details
GET/ai/projects/:project_id/threads/:thread_id
Returns everything stored about one thread: its title, keywords, visibility, timestamps, attached files, and the generated summary when one exists. Use the thread messages endpoint for the conversation itself. You need at least read-only access to the project. AccessType in the response is owner when you created the thread and read-only otherwise.
Request
Responses
- 200
- 400
- 500
The stored thread. Fields that were never set are omitted, so Keywords, Files, Summary and the summary status fields appear only once the thread has them.
Response Headers
The request was invalid or you do not have permission. The body is {"Message": " -
Response Headers
An unexpected server error. The body is {"Message": "GE-1008 - Could not complete the request. Please try again."}.