Objects
List source objects
This endpoint returns a list of all the source objects (models, segments, and tables) that this source connection contains.
GET
/
sources
/
{source_id}
/
objects
Authorizations
Authorization
string
headerrequiredBearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
source_id
integer
requiredID of the source
Query Parameters
page
number
default: 1Designates which page of results to return. Always starts at 1. If 0 is specified, it defaults to 1.
per_page
number
default: 25Determines the number of results on each page. It can't exceed 100.
Required range:
x < 100
order
enum<string>
default: descOrganizes the results based on their creation time, either ascending or descending.
Available options:
asc
, desc
Response
200 - application/json
A successfully fetched list of results.
status
enum<string>
requiredThe outcome of the request
Available options:
success
pagination
object
requiredAn object to help you navigate the list of results.
data
object[]
requiredA list of source objects that this connection contains. May be either a Model
, Segment
, or Table
.
Was this page helpful?