Skip to main content
GET
Read Inference Job Results

Authorizations

Authorization
string
header
required

Your Seekr API key, sent in the Authorization header with no 'Bearer' prefix.

Path Parameters

job_id
string
required

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 1000

Response

Success

index
integer
required
message
InferenceJobMessage · object
required
finish_reason
string | null

First-choice finish reason. Omitted when absent from the backend response; explicit null is preserved.

Example:

"stop"

Last modified on September 24, 2026