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

Name
Type
Description

process_ID*

String

Query Parameters

Name
Type
Description

limit

String

order

String

query

String

date_from

String

date_to

String

priority

String

status

String

metadata

JSON

See next:

Last updated