Skip to main content
GET
Get components history

Authorizations

X-API-KEY
string
header
required

Query Parameters

componentName
string

Human-readable name of the component.

branchName
string
default:main

Filter by git branch name.

commitSha
string

Filter by git commit SHA.

namespace
string

Filter by namespace (e.g. prod, staging, dev).

timeRangeStart
string<date-time>

Inclusive start timestamp for filtering runs.

timeRangeEnd
string<date-time>

Inclusive end timestamp for filtering runs.

runId
string

Filter by specific run ID.

limit
integer
default:20

Maximum number of history entries to return.

cursor
string

Token for paginating through large result sets.

sortBy
enum<string>
default:commitTimestamp

Field to sort results by.

Available options:
commitTimestamp,
analysisTimestamp
sortOrder
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc

Response

Component history retrieved successfully

history
object[]
required
nextCursor
string | null

Opaque cursor for fetching the next page. Pass as cursor in the next request. Null when there are no more results.