v1

latestOpenAPI 3.1.02026-08-06163531.4 KB
project

Get Project

Get project details

Get a specific project by its UUID from the verify API.

Headers:

  • Authorization (str): HTTP bearer - API token for user authentication.

Args:

  • project_id (UUID): The UUID of the project to retrieve.

Returns:

  • GetProjectWithCostResponse: JSON object containing the details of the project and the token cost.
  • GetProjectResponse: JSON object containing the details of the project.
get/project/{project_id}

Path parameters

project_idstring uuid required

Response

Successful Response

OR
OR