cURL
curl --request GET \ --url https://cite.petal.org/api/ai/table/{ai_table_id} \ --header 'Authorization: Bearer <token>'
{ "created_at": "<string>", "document_ids": [ 123 ], "id": 123, "meta": {}, "organization_id": 123, "user_id": 123, "visibility": "shared" }
Get detailed information of an AI Table by ID
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 object.
object