Get Project By ID
Retrieve detailed information about a specific project using its unique identifier
Retrieve comprehensive details about a specific project, including associated documents and metadata. This endpoint provides more detailed information than the projects list endpoint.
Authorizations
This endpoint requires API key authentication. Include your API key in the request header:
- Header name:
X-Api-Key
- Header value: Your API key from the Ollang dashboard
- Format:
X-Api-Key: your-api-key-here
You can obtain your API key from your Ollang dashboard.
Path Parameters
The unique identifier of the project to retrieve. This should be a valid MongoDB ObjectId that you have access to.
Response
The response contains detailed information about the requested project, including all associated documents.
Unique identifier of the project.
Name of the project as provided during upload.
Source language of the project using ISO 639-1 language codes (e.g., “en”, “tr”, “fr”).
The date and time when the project was created in ISO 8601 format.
Identifier of the folder associated with the project for organization purposes.
Array of documents associated with the project, including source files and generated content.
Number of orders related to this project.