Get the change history of a project
GET /v1/projects/{projectId}/history
GET
/v1/projects/{projectId}/history
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” projectId
required
An identifier (e.g., my-project-a1b2c)
string
Query Parameters
Section titled “Query Parameters ” page
integer
size
integer
Responses
Section titled “ Responses ”Paginated list of history events
object
events
required
Array<object>
object
snapshotId
required
string format: uuid
serviceSlug
required
string
serviceName
required
string
changeType
required
string
actorName
required
string
actorType
required
The type of actor (user or API key)
string
timestamp
required
string format: date-time
totalCount
required
integer
Unauthorized, authentication required
Standard error response
object
status
required
HTTP status code
integer
Example
400 code
required
Machine-readable error code in snake_case
string
message
required
Error message
string
Example
Validation failed details
Additional error details
string
Example
Project name must be between 3 and 60 charactersProject not found
Standard error response
object
status
required
HTTP status code
integer
Example
400 code
required
Machine-readable error code in snake_case
string
message
required
Error message
string
Example
Validation failed details
Additional error details
string
Example
Project name must be between 3 and 60 charactersToo many requests
Rate limit exceeded error response
object
status
required
HTTP status code
integer
Example
429 code
required
Machine-readable error code in snake_case
string
message
required
Error message
string
Example
Too many requests retryAfter
required
Number of seconds until the client can retry
integer
Example
60Headers
Section titled “Headers ” Retry-After
integer
Number of seconds to wait before retrying
Internal server error
Standard error response
object
status
required
HTTP status code
integer
Example
400 code
required
Machine-readable error code in snake_case
string
message
required
Error message
string
Example
Validation failed details
Additional error details
string
Example
Project name must be between 3 and 60 characters