Skip to main content
GET
List the caller's most recent Extract chats
The caller’s latest Extract thread. 404 if they have none — create first.

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.

Query Parameters

limit
integer

Number of recent chats (default 10, clamped to [1, 50]).

Response

200 - application/json
id
integer
required
read-only
thread_id
string
required
read-only
title
string
required
read-only
workflow_type
string | null
required
read-only
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
is_active
boolean
required
read-only
message_count
integer
required
read-only
batch_count
integer
required
read-only
attachment_count
integer
required
read-only
linked_count
integer
required
read-only