cURL
curl --request GET \ --url https://cite.petal.org/api/ai/table/list \ --header 'Authorization: Bearer <token>'
[ { "created_at": "<string>", "document_ids": [ 123 ], "id": 123, "meta": {}, "organization_id": 123, "user_id": 123, "visibility": "shared" } ]
List detailed information of all AI Tables in a given Organization
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique ID of the Organization
OK
The response is of type AITable · object[].
AITable · object[]