Skip to main content
GET
List a provisioning collection
Use this endpoint to list documents in a collection.

Response shape

Collection reads return an array of entries:

Example: list users

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenantId
string
required

Tenant identifier.

collection
string
required

Collection name under the tenant (for example: users, bots, jobs).

Response

Collection entries

id
string
required
data
object
required