Skip to main content
GET
Returns challenge info with overall participation statistics and a per-provider breakdown of stamp claims.

Request

string
required
Bearer <API_KEY> from Console > Developers > Workspace API Keys.

Path parameters

string
required
Client identifier of the app.
string
required
The tpas-backend challenge ID. This is the id inside the challenge object returned by the list endpoint (GET /apps/{client_id}/production-tests) — not the request id.

Response

object
The challenge object from tpas-backend.
object
Aggregated participation statistics for the challenge.
The report is a point-in-time snapshot. There is no isComplete flag — poll this endpoint and compare stats.totalClaims to your configured maxStampClaims to determine if the challenge has reached its stamp limit.