curl --request GET \ --url https://api.chakra.dev/api/v1/databases/{name} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "createdAt": "2023-11-07T05:31:56Z", "lastAccessed": "2023-11-07T05:31:56Z", "lastSynced": "2023-11-07T05:31:56Z", "sizeBytes": 123, "isAttached": true, "local": true, "schemas": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes