DeferredRequest_idRequeue
Requeue a deferred request
Re-enqueues an existing deferred request for execution. Useful for retries after transient failures or for manually reprocessing a previously completed/failed deferred item.
curl -X POST "https://athena-cluster.com/gateway/deferred/string/requeue"{}Empty
Empty
Fetch deferred request status GET
Returns the current state of a deferred gateway request (`queued`, `running`, `completed`, `failed`, etc.) together with available execution metadata.
Delete a row by id DELETE
Deletes rows from the target table, usually by primary/resource identifier fields in the request body. Route authorization and client routing follow the same model as other gateway mutations.