v5
latestOpenAPI 3.1.02026-07-31151195455.5 KBbundles
Returns a list of Resource objects in a given bundle.
get/bundles/{bundle_id}/resources
Path parameters
bundle_idstring uuid required
The ID of the bundle.
Query parameters
page_sizeinteger
The maximum number of resources to return from the beginning of the list. Default is 200, max is 1000.
cursorstring
A cursor indicating where to start fetching items after a specific point.
Response
A list of resources for the bundle.
Example response
{
"next": "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw",
"previous": "cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ",
"total_count": 3,
"bundle_resources": [
{
"id": "a381e7a3-e5e0-4c48-b1d6-4ccb4c191bc1",
"name": "Resource 1",
"access_level_name": "read",
"access_level_remote_id": "pull"
}
]
}