Lists all currently scheduled events for a particular project identified by the given API key.
Request Fields
These are passed in at the top level of the request.
Key | Type | Description |
---|---|---|
uid | string | Scheduled Event UID |
Request Example
Response 200 OK
If successful the following structure is returned:
Each instance has a status
field which ends up in the following state:
succeded
if the instance was successfully ingested.failed
if the instance was not accepted.retrying
if the instance is scheduled for retry.cancelled
if the instance was cancelled before it could run.