List all datasets in your organization with cursor-based pagination.
cURL
curl --request GET \ --url https://api.cuadra.ai/v1/datasets \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "description": "Q&A pairs for support", "items": [ "<unknown>" ], "snapshots": [ "<unknown>" ] } ], "nextCursor": "<string>", "hasMore": false, "totalCount": 123 }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
1 <= x <= 100
Opaque cursor
Successful Response
Cursor-style page envelope for datasets.
List of datasets
Show child attributes
Cursor for next page
Whether more results exist
Total count of datasets
Was this page helpful?