Skip to main content
GET
/
entity-collections
List Entity Collections
curl --request GET \
  --url https://api.example.com/entity-collections
{
  "success": true,
  "data": [
    {
      "id": "<string>",
      "entity": "entity-collection",
      "organization_id": "<string>",
      "name": "<string>",
      "schema": {},
      "version": 1,
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "description": "<string>"
    }
  ]
}

Query Parameters

limit
integer
default:50
skip
integer
default:0

Response

200 - application/json

A list of collections

success
boolean
data
object[]