Chats
Retrieve Share Link
Returns the chat’s share-link status. url and created_at are
omitted when the chat isn’t shared.
GET
Error
Authorizations
Personal Access Token, sent verbatim as pat_<32 chars>. PATs are
minted from the Chief settings UI.
Headers
Project identifier scoping the request. Required on every
project-scoped public endpoint. Missing or malformed values respond
with HTTP 400 and code publicapi.tenancy.project.missing.
Pattern:
^project_[a-z0-9]{20}$Path Parameters
Chat identifier.
Pattern:
^chat_[a-z0-9]{20}$Previous
Create Share LinkCreates the chat's public share link. Anyone with the URL can read
the conversation without authentication. Each chat has at most one
active link.
When an active link already exists and `regenerate` isn't set, the
existing link is returned with `200` instead of an error. Pass
`?regenerate=true` to revoke the current link and mint a new URL.
Next
Error