cURL
curl --request GET \ --url https://mango.sievedata.com/v2/logs \ --header 'X-API-Key: <api-key>'
{ "data": [ { "logs": [ { "message": "<string>", "timestamp": "<string>" } ], "labels": { "stage": "<string>", "run_id": "<string>", "job_id": "<string>", "organization_id": "<string>", "function_id": "<string>" } } ], "next_start_time": 123, "last_time_returned": "<string>" }
Get the logs of a job by id.
The Sieve API key to authenticate with.
The ID of the job.
"43d7add5-61cf-44ad-aac8-c5d14c642bb4"
The POSIX timestamp in float seconds or int nanoseconds.
Successful Response
Show child attributes
Was this page helpful?