Skip to main content
GET
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

string
required
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.
string
Unique identifier of the project.
string
Name of the project as provided during upload.
string
Source language of the project using ISO 639-1 language codes (e.g., “en”, “tr”, “fr”).
string
The date and time when the project was created in ISO 8601 format.
string
Identifier of the folder associated with the project for organization purposes.
array
Array of documents associated with the project, including source files and generated content.
number
Number of orders related to this project.