cURL
curl --request GET \ --url https://api.artosai.com/api/v1/document-sets/ \ --header 'Authorization: Bearer <token>'
{ "document_sets": [ { "document_set_id": "ds-uuid-001", "document_set_name": "Q1 CSR Documents", "organization_id": "org-uuid-123", "details": null, "documents": [ "doc-uuid-456" ], "version": 1 } ] }
List all document sets for the authenticated user. Internal/Owner role users see all document sets in their organization.
Bearer token authentication. Token provides organization-scoped access.
Document sets retrieved successfully
Show child attributes