GitOps Logs
Required permissions
Operations
Authorizations
AuthorizationstringRequired
All requests to the Cortex API need to provide an Authorization: Bearer <token> header, where <token> is an API key created in the Settings page of your workspace.
Query parameters
filestringOptional
File name the within repository
repositorystringOptional
Repository name as defined in your Git provider
shastringOptional
Commit SHA
errorOnlybooleanOptional
Filter by error only
operationstring · enumOptionalPossible values:
Filter by operation
pageinteger · int32RequiredDefault:
Page number to return, 0-indexed. Default 0.
0pageSizeinteger · int32RequiredDefault:
Number of results to return per page, between 1 and 1000. Default 250.
250fileNamestringOptional
scorecardTagstringRequired
Unique tag for the Scorecard.
workflowTagstringOptional
tagstringRequired
The entity tag (x-cortex-tag) that identifies the entity.
Responses
200
Retrieve GitOps logs based on given criteria
application/json
429
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
application/problem+json
get
/api/v1/gitops-logsLast updated
Was this helpful?