A valid request URL is required to generate request examples
{ "logs": [ { "id": "<string>", "source": "<string>", "status": "<string>", "message": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ], "pagination": {} }
View ingestion queue status and processing logs
cURL
curl --request GET \ --url {protocol}://{domain}/api/v1/logs \ --header 'Authorization: Bearer <token>'
Bearer token authentication supports:
Example: Authorization: Bearer your_token_here
Authorization: Bearer your_token_here
x >= 1
1 <= x <= 100
Filter by source
Filter by status
pending
processing
completed
failed
Paginated ingestion logs
Show child attributes
Was this page helpful?