Get an analysis run

Returns details for a single analysis run including task progress counters.

GET /analysis/runs/{runId}

Get an analysis run

Returns details for a single analysis run including task progress counters.

Authentication: API key required (Bearer token)

Parameters

NameInRequiredDescription
runIdpathYesAnalysis run ID.

Request Example

curl -X GET https://sellm.io/api/v1/analysis/runs/example_id \
  -H "Authorization: Bearer sellm_your_api_key_here"

Responses

StatusDescription
200Analysis run
401Unauthorized
404Run not found
429Rate limited
500Internal error