organizations
Retrieve all collections for an organization.
Retrieve all collections for an organization. Supports optional authentication.
get/organizations/{organizationId}/collections
Path parameters
organizationIdinteger required
Organization ID.
Query parameters
includestring required
Included fields.
Response
default response
Example response
[
{
"name": "alignment",
"topic": "A collection of alignment algorithms"
}
]