List offer sets
GET https://api.suger.cloud/org/{orgId}/offerSet
List offer sets under the given organization with filtering, sorting, and pagination using CRUD query language.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
orgId | path | string | yes | Organization ID |
page_size | query | integer | no | Number of items per page (default 20, max 1000) |
page_number | query | integer | no | Page number (default 1) |
q | query | string | no | LISP-style filter expression (e.g., '(= status \ |
s | query | string | no | Sort fields: 'field:asc,field2:desc' or '-field,field2' format (e.g., 'creation_time:desc,name:asc' or '-creation_time,name') |
Responses
200 — Paginated list of offer sets
Content-Type: application/json · Schema: crud.ListBaseResponse-orm_WorkloadOfferSet
400 — Bad request error
Content-Type: application/json
500 — Internal server error
Content-Type: application/json