Skip to main content
GET
TypeScript

Authorizations

Authorization
string
header
required

API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".

Headers

idempotency-key
string

A header for idempotency purposes

Query Parameters

after
string

Cursor for pagination indicating the starting point after which to fetch results.

before
string

Cursor for pagination indicating the ending point before which to fetch results.

limit
number

Limit the number of items to return

orderDirection
enum<string>

Direction of sorting

Available options:
ASC,
DESC
orderBy
string

Field to order by

includeCursor
boolean

Include cursor item in response

identifier
string

Filter agents by partial, case-insensitive match on identifier.

Response

OK

data
object[]
required

List of returned agents

next
string | null
required

The cursor for the next page of results, or null if there are no more pages.

previous
string | null
required

The cursor for the previous page of results, or null if this is the first page.

totalCount
number
required

The total count of items (up to 50,000)

totalCountCapped
boolean
required

Whether there are more than 50,000 results available

planUsage
object

Cloud only. Active agent usage in this environment against the organization plan limit. Agents created beyond the limit are flagged with exceedsPlanLimit and will not respond to inbound messages.