getSpecCollections
Fetch all collections generated from an API specification by providing its ID, enabling access to collection artifacts.
Instructions
Gets all of an API specification's generated collections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specId | Yes | The spec's ID. | |
| elementType | Yes | The `collection` element type. | |
| limit | No | The maximum number of rows to return in the response. | |
| cursor | No | The pointer to the first record of the set of paginated results. To view the next response, use the `nextCursor` value for this parameter. |