A valid request URL is required to generate request examples
{ "log": { "id": "<string>", "source": "<string>", "ingestText": "<string>", "time": "2023-11-07T05:31:56Z", "processedAt": "2023-11-07T05:31:56Z", "episodeUUID": "<string>", "status": "pending", "error": "<string>", "sourceURL": "<string>", "integrationSlug": "<string>", "data": {} } }
Retrieve detailed information about a specific ingestion log
cURL
curl --request GET \ --url {protocol}://{domain}/api/v1/logs/{logId} \ --header 'Authorization: Bearer <token>'
Bearer token authentication supports:
Example: Authorization: Bearer your_token_here
Authorization: Bearer your_token_here
Log identifier
Log details
Show child attributes
Was this page helpful?