Direkt zu Hauptinhalt
Version: v1

Nexus API

The public Nexus API for programmatic access to dab Nexus. Use it to manage workspaces, create and schedule analytic tasks, trigger and monitor runs, and resolve object IDs and parameters.

Authentication — every request must include a valid API key. Send it in the Authorization header (Authorization: ApiKey {your-key}). API keys are managed in the Nexus application and carry the permissions of the user that created them; each endpoint requires the corresponding permission.

Conventions — resources are addressed by their GUID id. Timestamps use ISO 8601. Errors are returned as application/problem+json responses carrying a type, status, and message, plus any problem-specific fields.

Authentication

Enter the full Authorization header value: ApiKey {your key}

Security Scheme Type:

apiKey

Header parameter name:

Authorization