cURL
curl --request GET \ --url https://api.staging.qyl.dev/api/v1/workspaces/projects/{projectId}
{ "id": "<string>", "name": "<string>", "slug": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>", "archived_at": "2023-11-07T05:31:56Z" }
Get project by ID
The request has succeeded.
Project registry: top-level organizational unit
Project ID
Project name
URL-safe slug (unique)
Creation timestamp
Last update timestamp
Project description
Archive timestamp (null if active)
Was this page helpful?