Skip to main content

Get project

GET 

/v2/orgs/:org_id/teams/:team_id/projects/:project_id

Retrieves project information, such as a name for an existing project.

Required scope

projects:read

Rate limiting

Level 1

Enterprise only

This API is available only for Enterprise plan users. You can only use this endpoint if you have the role of a Company Admin. You can request temporary access to Enterprise APIs using this form.

Request

Path Parameters

    org_id stringrequired

    The ID of the organization from which you want to retrieve the project information.

    Example: 3074457345618265000
    team_id stringrequired

    The ID of the team from which you want to retrieve the project information.

    Example: 3074457345619012000
    project_id stringrequired

    The ID of the project for which you want to retrieve the information.

    Example: 3074457345618265000

Responses

Project object

Schema

    id stringrequired

    Project ID.

    name stringrequired

    Name of the project.

    type stringrequired

    Default value: project

    Type of the object returned.

Loading...