Openapi
Returns a paginated read-only chat through a bearer-token public link.
^[a-f0-9]{64}$1 <= value <= 90071992547409910 <= value <= 90071992547409910application/json
application/json
application/json
curl -X GET "https://example.com/v1/public/chats/example?limit=1&offset=1"{ "messages": [ { "clientMessageId": "string", "createdAt": "2019-08-24T14:15:22Z", "createdBy": "25a02396-1048-48f9-bf93-102d2fb7895e", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "metadata": { "property1": "string", "property2": "string" }, "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "parts": [ null ], "role": "system", "status": "complete", "threadId": "51f72284-0555-48fe-a20a-4369ee94dc3e" } ], "pagination": { "hasMore": true, "limit": 1, "offset": 0, "total": 0 }, "thread": { "activeStreamId": "string", "activeWorkflowRunId": "string", "archivedAt": "2019-08-24T14:15:22Z", "createdAt": "2019-08-24T14:15:22Z", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "metadata": { "property1": "string", "property2": "string" }, "mode": "ask", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "ownerUserId": "283eeac5-beea-465a-80a5-763009480d0f", "pinnedAt": "2019-08-24T14:15:22Z", "streamStatus": "idle", "title": "string", "updatedAt": "2019-08-24T14:15:22Z", "visibility": "private" }}