/
CI
citedy
/
Citedy Agent API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 59m ago · Updated 3w ago
Details
Filter operations
Adaptations
1
Agent
2
Autopilot
3
Competitors
2
Gaps
2
Health
1
Ingest
5
get
List ingestion jobs
post
Create ingestion job
get
Poll ingestion job status
get
Download raw ingested content
post
Batch create ingestion jobs
Lead Magnets
3
Personas
1
Products
4
Publishing
1
Registration
3
Scan
1
Schedule
3
Scout
4
Sessions
1
Settings
3
Shorts
2
Status
1
Webhooks
4
Ingest
List ingestion jobs
get
/api/agent/ingest
Query parameters
limit
integer
offset
integer
status
'processing'
|
'completed'
|
'failed'
Response
Paginated list of ingestion jobs
IngestListResponse
required
jobs
IngestJobSummary[]
required
total
integer
required
limit
integer
required
offset
integer
required
Changes