public_sources
public
Sources
List sources
get/sources
Query parameters
workspaceIdsstring[]
The UUIDs of the workspaces you wish to list sources for. Empty list will retrieve all allowed workspaces.
includeDeletedboolean
Include deleted sources in the returned results.
limitinteger
Set the limit on the number of sources returned. The default is 20.
offsetinteger
Set the offset to start at when returning sources. The default is 0
Response
Successful operation
Example response
{
"next": "https://api.airbyte.com/v1/sources?limit=5&offset=10",
"previous": "https://api.airbyte.com/v1/sources?limit=5&offset=0",
"data": {
"sourceId": "18dccc91-0ab1-4f72-9ed7-0b8fc27c5826",
"name": "Analytics Team Postgres",
"sourceType": "postgres",
"workspaceId": "871d9b60-11d1-44cb-8c92-c246d53bf87e"
}
}