Skip to main content
GET
List applications

Authorizations

Authorization
string
header
required

Bearer token authentication. Pass your AccessOwl API token in the Authorization header as Bearer <token>.

Query Parameters

limit
integer

Maximum results to return (default: 20, max: 100)

cursor
string

Opaque cursor returned in the previous response's meta.next_cursor. Omit for the first page.

title_like
string

Filter by title (case-insensitive)

category_contains_word
string

Filter by category title (case-insensitive)

Response

Application list

Paginated list of applications

data
Application · object[]
required

List of applications

meta
PaginationMeta · object
required

Pagination metadata

Example: