v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03124241726.5 KB
Projects

Get project

Returns a single project by slug.

get/v1/projects/{projectSlug}

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

Response

Project

idstring required

Stable project identifier (CUID2).

organizationIdstring required

Organization that owns this project.

namestring required

Human-readable name.

slugstring required

URL-safe slug. Set from name at creation; renaming never changes it. It can only be changed from the dashboard, not via the API.

firstTraceAtstring nullable required

ISO-8601 timestamp of the first ingested trace. null until the first trace lands.

deletedAtstring nullable required

ISO-8601 timestamp at which the project was deleted. null while the project is active.

lastEditedAtstring required

ISO-8601 timestamp of the most recent name/settings edit.

createdAtstring required

ISO-8601 timestamp of creation.

updatedAtstring required

ISO-8601 timestamp of the last metadata change.