Skip to main content
GET
List event sources

Authorizations

Authorization
string
header
required

A Recursion API key, created in the console under API keys.

Query Parameters

limit
integer
default:50

Maximum source summaries to return. Defaults to 50.

Required range: 1 <= x <= 100
cursor
string

Opaque cursor from nextCursor. Pass it unchanged with the same limit.

Response

Bounded page of event sources owned by the calling workspace.

Bounded page of event sources owned by the calling workspace.

items
object[]
required

Event sources in newest-first order.

nextCursor
null | string
required

Opaque cursor for the next page, or null when this is the last page.

total
integer<int64>
required

Total event sources visible to the caller.

Required range: x >= 0