cURL
curl --request GET \ --url https://app.dimred.com/api/v1/projects/{id} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "organization_id": "<string>", "project_name": "<string>", "project_description": "<string>", "project_metadata": {}, "created_at": "2023-11-07T05:31:56Z" }
Retrieves a specific project by its ID.
API key for authentication. Obtain from your DimRed dashboard. The organization context is automatically derived from the API key.
Project identifier
Project retrieved successfully
Unique identifier for the project
Organization identifier
Name of the project
Description of the project
Additional metadata
ISO 8601 timestamp of creation
Was this page helpful?