GET
/
v1
/
projects
/
{id}
/
components

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token. More info here

Path Parameters

id
string
required

Body

application/json
category
enum<string>

Filter components by category.

Available options:
data_collection
subcategory
enum<string>

Filter components by sub category.

Available options:
analytics,
warehouse,
attribution

Response

200 - application/json
data
object[]
has_more
boolean

Whether there are more objects beyond the ones returned. You can use it to decide whether to show the user a “load more” button, for example.

last_key
string

The last key of the list. You can use its value on the start_key parameter to fetch the next page of the list.

object
string

String representing the object’s type. Objects of the same type share the same value.

url
string

The URL where this list can be accessed.