Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique ID of the AI Table
Response
OK
The response is of type AICell · object[]
.
List all cells in an AI Table
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The unique ID of the AI Table
OK
The response is of type AICell · object[]
.