Call Imports
GET
/api/v1/call-imports/datasets

Return the distinct, non-null dataset labels in use for the active workspace.

Scoped per-workspace so each workspace's Dataset dropdown only shows its own segregation labels.

Authorization

AuthorizationBearer <token>

JWT access token. Use: Authorization: Bearer .

In: header

Header Parameters

Authorization?string|null
X-API-Key?string|null
X-EFFICIENTAI-API-KEY?string|null
X-Workspace-Id?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/call-imports/datasets"
[  "string"]

Community & contact

  1. Found a bug or have a feature request? Open a GitHub issue.
  2. Join our Discord for faster replies!