DeferredRequest_id
Fetch deferred request status
Returns the current state of a deferred gateway request (`queued`, `running`, `completed`, `failed`, etc.) together with available execution metadata.
curl -X GET "https://athena-cluster.com/gateway/deferred/string"{}Empty
Empty
Legacy alias for `/gateway/fetch` POST
Mirrors `/gateway/fetch` for clients still calling `/gateway/data` with the same payload/response envelope.
Requeue a deferred request POST
Re-enqueues an existing deferred request for execution. Useful for retries after transient failures or for manually reprocessing a previously completed/failed deferred item.