Get collections
A quick guide on how to get collections via API
To get collections via API, a user needs to get the process_id from one of the following sources:
Get processes endpoint
Create process endpoint
URL e.g. https://workspace.alphamoon.ai/queue/2080d36bf94c4147b2e543104342fc2f
Get collections endpoint
The following endpoint returns the list of collections along with collection_ids:
Get collections
GET
/api/v0.3/processes/{process_id}/collections
Path Parameters
Name | Type | Description |
---|---|---|
process_id* | String | The ID of the process |
Query Parameters
Name | Type |
---|---|
limit | String |
order | String |
query | String |
date_from | String |
date_to | String |
priority | String |
status | String |
:
See next:
Last updated