ApiManagementV1WorkspacesWorkspaceidDeliveriesDeliveryidAttempts
List the attempts made for a delivery
AuthorizationBearer <token>
Management token (nhm_...)
In: header
Path Parameters
workspaceIdstring
deliveryIdstring
Response Body
curl -X GET "https://loading/management/v1/workspaces/string/deliveries/string/attempts"[
{
"id": "string",
"attemptNumber": 0,
"status": "string",
"responseStatusCode": 0,
"responseTimeMs": 0,
"errorMessage": "string",
"createdAt": "2019-08-24T14:15:22Z"
}
]{}{}Get a delivery's status and metadata, optionally with the decrypted payload
Returns the delivery's status fields. Pass `?include=payload` to also receive a payload envelope containing the decrypted body (Pro plan or above for full access; the envelope's `status` field carries the access outcome regardless — see the schema below). The endpoint returns HTTP 200 for any delivery the caller owns; 404 means the delivery doesn't exist OR isn't owned by the workspace (intentionally indistinguishable to prevent cross-workspace enumeration).
List all endpoints
Next Page