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.
List all schemas in a project
cURL
curl --request GET \ --url https://{regionAndDomain}.com/api/app/projects/{projectId}/schemas \ --header 'Authorization: Basic <encoded-value>'
{ "results": [ { "name": "<string>", "schemaJson": { "description": "<string>", "properties": {}, "metadata": { "com.mixpanel": { "$source": "<string>", "displayName": "<string>", "tags": [ "<string>" ], "hidden": false, "dropped": false, "contacts": [ "<string>" ], "teamContacts": [ "<string>" ] } } } } ], "status": "ok" }
Service Account
Your project id (eg: 12345)
Success
Show child attributes
ok
Was this page helpful?
Suggestions
Contact support