Skip to main content
GET
/
v1
/
flow
/
alignment
/
{alignment_job_id}
/
outputs
Get alignment metadata
curl --request GET \
  --url https://flow.seekr.com/v1/flow/alignment/{alignment_job_id}/outputs \
  --header 'Authorization: <api-key>'
[
  {}
]

Authorizations

Authorization
string
header
required

Seekr API Key without 'Bearer' Prefix

Path Parameters

alignment_job_id
string
required

Response

Successful Response

Last modified on June 18, 2026