Get project details by ID With Org Api key

Retrieves detailed information about a specific project using its unique identifier. This endpoint provides complete project configuration including webhook URLs, creation and update timestamps, and webhook secrets. Use this endpoint to inspect project settings or verify project configuration.

Path parameters

nano_idstringRequiredformat: "projectId"

Unique identifier (Nano ID) of the project to retrieve

Response

Project retrieved successfully. Returns a complete project object with all configuration details and associated API keys.
idstringformat: "projectId"
Unique identifier for the project
org_idstringformat: "orgId"
Identifier of the organization that owns this project
namestring
Name of the project
emailstring
Email address associated with the project
created_atstring
ISO timestamp when the project was created
updated_atstring
ISO timestamp when the project was last updated
webhook_urlstring or nullformat: "uri"

URL where webhook events will be sent (can be null)

event_webhook_urlstring or nullformat: "uri"

URL where event webhook notifications will be sent (can be null)

webhook_secretstring or null
Secret key used to sign webhook payloads for verification
deletedboolean

Whether this project has been soft-deleted

api_keyslist of objects
Array of API keys for the project, including their properties
triggers_enabledboolean or null
Whether triggers are enabled for this project
last_subscribed_atstring or nullformat: "date-time"
ISO timestamp when the project last subscribed to updates
is_new_webhookboolean or null
Indicates if the webhook configuration is using the new format

Errors