Skip to main content

List applications

GET 

https://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

Applications visible to the caller. Default: a flat array of full application objects. With responseShape=summary: { applications, nextCursor } lean envelope.