cURL
curl --request GET \ --url https://cite.petal.org/api/ai/table/{ai_table_id}/cell/list \ --header 'Authorization: Bearer <token>'
[ { "ai_column_id": 123, "document_id": 123, "id": 123, "meta": {}, "modified_at": "<string>", "response": "<string>", "task_id": "<string>", "task_status": "<string>" } ]
List all cells in an AI Table
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique ID of the AI Table
OK
The response is of type AICell · object[].
AICell · object[]