Project

Get Project information

Read the authenticated Project's name, Organization ID, locale settings, and auto-approval setting.

get/v2/project/info/{projectId}

Path parameters

projectIdstring required

Headers

gt-api-version'2025-01-01.v0' | '2025-11-03.v1' | '2026-02-18.v1' | '2026-03-06.v1'

API contract version. Defaults to the oldest supported version.

API contract version. Defaults to the oldest supported version.

gt-project-idstring

Target project ID. Required when authenticating with an organization API key; ignored with project-scoped API keys (the project is resolved from the key).

Target project ID. Required when authenticating with an organization API key; ignored with project-scoped API keys (the project is resolved from the key).

Response

Project information

idstring required
namestring required
orgIdstring required
defaultLocalestring nullable required
currentLocalesstring[] required
autoApproveboolean required

Changes

Changed in 1 of the 3 revisions of this API.217

  • 367cd605d090217See the full diff
    • for the path request parameter projectId, the minLength was increased from 0 to 1

      request-parameter-min-length-increased

    • the response property defaultLocale became nullable for the status 200

      response-property-became-nullable

    • the endpoint scheme security BearerAuth was added to the API

      api-security-added

    • added the media type text/html for the response with the status 400

      response-media-type-added

    • added the media type text/html for the response with the status 401

      response-media-type-added

    • added the media type text/html for the response with the status 403

      response-media-type-added

    • added the media type text/html for the response with the status 404

      response-media-type-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • the response property currentLocales became required for the status 200

      response-property-became-required

    • the response property defaultLocale became required for the status 200

      response-property-became-required

    • the response property error became required for the status 400

      response-property-became-required

    • the response property error became required for the status 401

      response-property-became-required

    • the response property error became required for the status 403

      response-property-became-required

    • the response property error became required for the status 404

      response-property-became-required

    • the response property id became required for the status 200

      response-property-became-required

    • the response property name became required for the status 200

      response-property-became-required

    • the response property orgId became required for the status 200

      response-property-became-required

    • added the required property autoApprove to the response with the 200 status

      response-required-property-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog