Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://localhost/api/v2/databases/{database}/
{ "descriptor_id": 123 }
Retrieve the database’s descriptor ID.
Name of the database being looked up.
Database details response
An identifier used to uniquely identify this database. It can be used to find events pertaining to this database by filtering on the target_id field of events.
target_id