Get Run Endpoint
Runs
Get run
Get a run by ID.
GET
Get Run Endpoint
Authorizations
Your Seekr API key, sent in the Authorization header with no 'Bearer' prefix.
Headers
Response
Success
Represents a single execution within a thread.
A run encompasses the entire lifecycle of processing, from receiving the initial prompt to delivering the final response. Runs track execution status, timing, model parameters, and resource usage.
Available status for a run.
Available options:
queued, running, completed, failed, canceled, cancelled Aggregated usage metrics for a complete run execution.
Tracks token consumption for both prompts and completions.
Last modified on July 31, 2026