list entitlement cancellation requests
GET/org/:orgId/entitlement/:entitlementId/cancel
List entitlement cancellation requests with advanced filtering, sorting, and pagination.
Request
Path Parameters
Organization ID
Entitlement ID
Query Parameters
Number of items per page (default 20, max 1000)
Page number (default 1)
LISP-style filter expression (e.g., '(= status \
Sort fields: 'field:asc,field2:desc' or '-field,field2' format (e.g., 'created_at:desc,status:asc')
- application/json
Body
object
Responses
- 200
- 400
- 500
Paginated list of entitlement cancellation requests
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
CreatedAt holds the value of the "created_at" field.
createdBy
object
CreatedBy holds the value of the "created_by" field.
The email of the creator.
The ID of the creator.
Possible values: [``, API_CLIENT, AUDITING_EVENT, AUTO_SHARE_TASK, BUYER, CONTACT, ENTITLEMENT, ENTITLEMENT_TERM, FUNDING_APPLICATION, HEADLESS_ENTITLEMENTS, HUBSPOT_USER, INTEGRATION, INTERNAL_ACTION_REQUEST, INVOICE, JOIN_ORG_REQUEST, NEW_CLIENT, NOTIFICATION_MESSAGE, OFFER, ORGANIZATION, PAYMENT_TRANSACTION, PRODUCT, REFERRAL, REVENUE_RECORD, SERVICE, SUPPORT_TICKET, UNPURCHASED_OFFERS, USAGE_RECORD_GROUP, USAGE_RECORD_REPORT, USER, WORKFLOW, WORKFLOW_EXECUTION, WORKFLOW_WEBHOOK, ORGANIZATION_INFO]
The Entity type of the creator, either USER or API_CLIENT.
The name of the creator.
EntitlementID holds the value of the "entitlement_id" field.
ExternalRequestID holds the value of the "external_request_id" field.
ID of the ent.
info
object
Info holds the value of the "info" field.
AwsClientToken is the UUID client token for idempotency.
AwsReasonCode is the cancellation reason code from AWS SDK.
AwsReasonDescription is the description of the cancellation reason.
LastUpdatedAt holds the value of the "last_updated_at" field.
OrganizationID holds the value of the "organization_id" field.
Partner holds the value of the "partner" field.
Status holds the value of the "status" field.
StatusMessage holds the value of the "status_message" field.
{
"data": [
{
"createdAt": "2026-03-31T21:55:27.225Z",
"createdBy": {
"email": "string",
"entityId": "string",
"entityType": "",
"name": "string"
},
"entitlementID": "string",
"externalRequestID": "string",
"id": "string",
"info": {
"awsClientToken": "string",
"awsReasonCode": "string",
"awsReasonDescription": "string"
},
"lastUpdatedAt": "2026-03-31T21:55:27.225Z",
"organizationID": "string",
"partner": "string",
"status": "string",
"statusMessage": "string"
}
],
"page_number": 0,
"page_size": 0,
"total_count": 0
}
Bad request error
- application/json
- Schema
Schema
string
Internal server error
- application/json
- Schema
Schema
string