Organizations are the top-level structural unit in k6 Cloud. Read about How to manage organizations.
List organizations
Returns a list of organizations associated with the authenticated user along with organization details.
GET https://api.k6.io/v3/organizations
Response
Read organization details
Returns details for the specified organization.
GET https://api.k6.io/v3/organizations/{organization_id}
Path Parameter | Type | Description |
---|---|---|
organization_id | integer | A unique integer value identifying this organization. |
Response
List organization projects
Returns all projects a user is member of in the specified organization.
GET https://api.k6.io/v3/organizations/{organization_id}/projects
Path Parameter | Type | Description |
---|---|---|
organization_id | integer | A unique integer value identifying this organization. |
Response