Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer token authentication supports:

  • Personal API tokens (PATs)
  • OAuth2 access tokens
  • JWT tokens

Example: Authorization: Bearer your_token_here

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:20
Required range: 1 <= x <= 100
source
string

Filter by source

status
enum<string>

Filter by status

Available options:
pending,
processing,
completed,
failed

Response

200 - application/json

Paginated ingestion logs

logs
object[]
pagination
object