List Assignments
List Assignments
List all data owner assignments for a dataset
GET
List Assignments
List Assignments
Retrieve all assignments (data owners) for a dataset. Each assignment links a data owner (by email) to an organization and optionally a specific facility.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID of the parent datasetExample:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"Response
Returns an array of assignment objects with HTTP 200.Assignment UUID
Parent dataset UUID
Assigned organization UUID
Assigned facility UUID (nullable — null means org-level assignment)
Dcycle user UUID of the data owner (nullable)
Email address of the data owner
Timestamp when the assignment was created
Timestamp when the assignment was last updated
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: The dataset does not exist or belongs to another organizationRelated Endpoints
Create Assignment
Assign a data owner
Get Dataset
View the dataset and its KPIs

