Skip to main content
GET
List share links
Public /s/<token>/ links for a Deep Reader chat. Listing is how you find an id to revoke. Issue is a separate POST.

Authorizations

Authorization
string
header
required

Organisation API key from Settings → API / /api/keys/. The secret is shown once. Send Authorization: Bearer sk-abacus-…. One active key per organisation. Ingest (/api/v2/ingest/*) refuses API keys — that surface is Auth0-only with ingest:read / ingest:write scopes.

Path Parameters

id
integer
required

Query Parameters

include_revoked
string

Set to 'true' to include revoked links in the response.

Response

id
integer
required
read-only
token
string
required
read-only
url
string
required
read-only
created_at
string<date-time>
required
read-only
access_count
integer
Required range: 0 <= x <= 2147483647
revoked
boolean
expires_at
string<date-time> | null
include_chat_history
boolean