List audit logs for this workspace
Management token (nhm_...)
In: header
Path Parameters
Query Parameters
11 <= valueStart of date range (ISO 8601 with timezone offset)
date-timeEnd of date range (ISO 8601 with timezone offset)
date-timeFilter by action (e.g. endpoint.created)
Filter by resource type (e.g. endpoint)
Filter by actor type (e.g. user)
Response Body
curl -X GET "https://loading/management/v1/workspaces/string/audit-logs?page=1&from=2019-08-24T14%3A15%3A22Z&to=2019-08-24T14%3A15%3A22Z&action=string&resource_type=string&actor_type=string"{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"actorType": "string",
"actorId": "string",
"actorLabel": "string",
"visibility": "string",
"action": "string",
"resourceType": "string",
"resourceId": "string",
"metadata": {},
"createdAt": "2019-08-24T14:15:22Z"
}
],
"total": 0,
"page": 0,
"pageSize": 0
}{
"error": {
"code": "unauthorized",
"message": "Missing or invalid authorization header"
}
}{
"error": {
"code": "token_disabled",
"message": "Management token is disabled"
}
}Update an application
Previous Page
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).