List projects in an organization
project:read
Path parameters
The ID or slug of the organization.
Query parameters
Pagination cursor from the
Link response header.Example request
Example response
Create a project
project:write
Path parameters
The ID or slug of the organization.
The ID or slug of the team that will own the project.
Request body
The name of the project.
A unique slug for the project. Generated from the name if not provided.
The platform identifier (e.g.
python, javascript, java).Example request
Retrieve a project
project:read
Path parameters
The ID or slug of the organization.
The ID or slug of the project.
Example request
Response fields
The unique ID of the project.
The URL-friendly identifier for the project.
The display name of the project.
The primary platform of the project (e.g.
python, javascript).ISO 8601 timestamp of when the project was created.
Whether the authenticated user has bookmarked this project.
Whether the authenticated user is a member of a team assigned to this project.
Whether the authenticated user has access to this project.
ISO 8601 timestamp of the first event received, or
null if no events have been received.The project status. One of
active or deleted.Update a project
project:write
Path parameters
The ID or slug of the organization.
The ID or slug of the project.
Request body
The new display name for the project.
A new URL slug for the project.
The project’s primary platform.
Whether the current user bookmarks the project.
Example request
Delete a project
project:admin
Path parameters
The ID or slug of the organization.
The ID or slug of the project to delete.
Example request
204 No Content.