generate a full context for a workspace
Authentication: required
Required API Scope: Instance Workspace: Read
curl --request GET \
--url https://your-xano-instance.xano.io/api:meta/workspace/{workspace_id}/context \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
json, yaml Success!
The response is of type object.
Was this page helpful?
curl --request GET \
--url https://your-xano-instance.xano.io/api:meta/workspace/{workspace_id}/context \
--header 'Authorization: Bearer <token>'{}