Skip to main content
POST
ListEntityFeatures

Authorizations

Authorization
string
header
required

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

Body

application/json
entityId
airflow_dag · object

Identifier of the entity to get features for. Leave unset to list the features of every custom entity in the workspace.

pagination
Pagination · object | null

Pagination. Omitting this, or sending a zero page_size, returns every matching feature in one response — there is no server-side default page size. Set page_size to bound the response; pass page_info.last_id from the previous response as the cursor to fetch the next page.

Response

200 - application/json

Success

features
Feature · object[]

List of features for the entity.

pageInfo
PageInfo · object

Paging information for this response. Always populated. Repeat the request passing page_info.last_id as pagination.cursor until last_id comes back empty to walk the whole result set.