Workspace not found

The specified workspace could not be found.

  • Error type: bloomreach/datahub/item-collections/workspace-not-found
  • HTTP status code: 404
  • Class: WorkspaceNotFound
  • Context fields in error response:
    • workspace_id — string

Error response example

{
  "title": "Workspace not found",
  "type": "bloomreach/datahub/item-collections/workspace-not-found",
  "detail": "The workspace with the id '00000000-0000-0000-0000-000000000000' was not found. Verify the workspace id or create it before retrying.",
  "status": 404,
  "context": {
    "workspace_id": "00000000-0000-0000-0000-000000000000"
  }
}

Troubleshooting

When it happens

  • The workspace ID is incorrect.
  • The workspace has been deleted or access is restricted.

What to do

  • Verify the workspace ID.
  • Ensure proper access permissions.