List applications
GEThttps://platform.docana.com/api/v1/applications/
Returns only applications the caller can access through ownership, direct membership, or team membership. Non-admin callers always get ACTIVE applications, admins can request ARCHIVED via status. All filters combine with AND. Pass responseShape=summary for a lean, cursor-paginated envelope (stable identity fields only) instead of the default full array; use limit and cursor to page through it.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Applications visible to the caller. Default: a flat array of full application objects. With responseShape=summary: { applications, nextCursor } lean envelope.
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Unexpected server error.