Sources

List sources

Returns a paginated list of sources in your organization.

get/sources

Query parameters

integer
OR
string int32

Maximum number of items to return (1-100, default 20)

cursorstring

Cursor from a previous response for pagination.

searchstring

Case-insensitive substring match against a source's name and website URL.

Response

OK

has_moreboolean

true if there are more results beyond this page.

next_cursorstring nullable

Opaque cursor string to pass as the cursor query parameter on the next request. null when there are no more pages.

request_idstring nullable

Unique identifier for the API request.

Changes