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
The following endpoint returns the list of collections along with collection_ids:
Get collections
GET
/api/v0.3/processes/{process_id}/collections
Path Parameters
Query Parameters
See next:
Last updated