cURL
curl --request GET \ --url https://api.artosai.com/api/v1/documents/ \ --header 'Authorization: Bearer <token>'
{ "documents": [ { "document_id": "<string>", "document_name": "<string>", "document_type": "<string>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
List all documents for the authenticated user. Internal/Owner role users see all documents in their organization. Other roles see only their own documents.
Bearer token authentication. Token provides organization-scoped access.
Documents retrieved successfully
Show child attributes