Skip to main content
GET
/
v1
/
flow
/
alignment
List alignment jobs
curl --request GET \
  --url https://flow.seekr.com/v1/flow/alignment \
  --header 'Authorization: <api-key>'
{
  "object": "<string>",
  "data": [
    {
      "id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "completed_at": "2023-11-07T05:31:56Z",
      "current_step": "<string>",
      "step_progress": 123,
      "progress": 123,
      "estimated_completion_at": "2023-11-07T05:31:56Z",
      "eta_minutes": 123,
      "status_message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Seekr API Key without 'Bearer' Prefix

Response

200 - application/json

Successful Response

object
string | null
Allowed value: "list"
data
AlignmentResponse · object[] | null
Last modified on June 18, 2026