Overview
Retrieves detailed information about a specific project in Dokploy using its unique project ID.Annotations
This operation only retrieves data and does not modify any resources.
This operation is safe to repeat multiple times without side effects.
This operation interacts with the external Dokploy API.
Input Schema
The ID of the project to retrieve.
Response Schema
Returns the complete project object with all its properties:Unique identifier for the project
Name of the project
Description of the project
ISO 8601 timestamp of when the project was created
ID of the organization that owns this project
Environment variables for the project
Array of environments associated with this project, including all services and configurations
Usage Example
Error Handling
If the project is not found or the API request fails, an error response will be returned:Notes
- Returns the complete project data including all environments and services
- Use this when you need detailed information about a specific project
- For listing multiple projects with optimized data, use
project-allinstead - The projectId must be a valid, existing project ID