Export Thread
Export a thread in various formats.
Path Parameters
thread_id*Thread Id
Query Parameters
format?Format
Export format: json, markdown, html
include_metadata?Include Metadata
Include thread metadata
Response Body
application/json
application/json
curl -X GET "https://example.com/threads/string/export"null{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}