v10

latestOpenAPI 3.0.1raw.githubusercontent.com2025-12-033223581.2 MB
Commitments

List Commitments

Retrieve a list of Commitments.

Retrieves a list of all Commitments associated with an Organization. This endpoint supports pagination and includes various query parameters to filter the Commitments based on Account, Product, date, and end dates.

get/organizations/{orgId}/commitments

Path parameters

orgIdstring required

The unique identifier (UUID) for your Organization. The Organization represents your company as a direct customer of our service.

Query parameters

pageSizeinteger

Specifies the maximum number of Commitments to retrieve per page.

nextTokenstring

The nextToken for multi-page retrievals. It is used to fetch the next page of Commitments in a paginated list.

accountIdstring

The unique identifier (UUID) for the Account. This parameter helps filter the Commitments related to a specific end-customer Account.

productIdstring

The unique identifier (UUID) for the Product. This parameter helps filter the Commitments related to a specific Product.

datestring

A date (in ISO-8601 format) to filter Commitments which are active on this specific date.

endDateStartstring

A date (in ISO-8601 format) used to filter Commitments. Only Commitments with end dates on or after this date will be included.

endDateEndstring

A date (in ISO-8601 format) used to filter Commitments. Only Commitments with end dates before this date will be included.

idsstring[]

A list of unique identifiers (UUIDs) for the Commitments to retrieve. Use this to fetch specific Commitments in a single request.

contractIdstring nullable

Response

Returns a list of Commitments

nextTokenstring