Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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>" } ] }
Retrieve a list of all alignment jobs in your organization.
Seekr API Key without 'Bearer' Prefix
Successful Response
"list"
Show child attributes