Skip to main content
GET
List playbook extractions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
enum<string> | null
Available options:
pending,
extracting,
deduping,
enriching,
synthesizing,
complete,
failed

Response

Successful Response

id
string<uuid>
required
created_at
string<date-time>
required
completed_at
string<date-time> | null
required

When processing finished

created_by
string | null
required

User who initiated the run

collection
enum<string> | null
required

Target collection

Available options:
cash_application,
collections,
company,
credit_risk,
deductions,
disputes,
payments
error
string | null
required

Error message if failed

extraction_type
enum<string>
default:file
required
Available options:
file,
onboarding,
synthesis
status
enum<string>
required

Current pipeline status

Available options:
pending,
extracting,
deduping,
enriching,
synthesizing,
complete,
failed
dedup_count
integer | null
required

Items removed by dedup

input_count
integer | null
required

Total items to process

knowledge_count
integer | null
required

Knowledge items produced

memory_count
integer | null
required

Memories extracted

processed_count
integer | null
required

Sources processed so far

progress
object | null
required

Per-stage progress

proposal_count
integer | null
required

Proposals created

file
File · object | null
required
file_id
string<uuid> | null
required