Skip to main content
GET
Fixes

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null

Query Parameters

workspace_id
string
required
Minimum string length: 1
repository_id
string | null
Minimum string length: 1
state
string | null
Pattern: ^(queued|running|completed|failed|cancelled)$
limit
integer
default:100
Required range: 1 <= x <= 500

Response

Successful Response

The response is of type Response Fixes Api V1 Fixes Get · object.

Last modified on July 28, 2026