Skip to main content
GET
List sources

Headers

x-anyreach-org
string | null

Organization ID for user PATs (pat_ prefix tokens)

Query Parameters

created_after
string<date-time> | null

Created on or after this time. Filter sources created after this datetime

created_before
string<date-time> | null

Created on or before this time. Filter sources created before this datetime

updated_after
string<date-time> | null

Updated on or after this time. Filter sources updated after this datetime

updated_before
string<date-time> | null

Updated on or before this time. Filter sources updated before this datetime

name
string | null

Filter by name. Filter sources by name

pattern
string | null

Match source names by pattern. Pattern to match source names (PostgREST match)

limit
integer | null
default:20

Items per page. Limit the number of sources returned

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

Pagination cursor. Cursor for pagination

Response

Successful Response

data
SourceSchema · object[]
required
pagination
PaginationMeta · object
required