Skip to main content
GET
/
v1
/
claims
/
{claim_id}
Get Claim Status
curl --request GET \
  --url https://api.agentpowers.ai/v1/claims/{claim_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "skill_slug": "<string>",
  "github_username": "<string>",
  "verification_score": 123,
  "verification_details": "<string>",
  "status": "<string>",
  "created_at": "<string>"
}

Authorizations

Authorization
string
header
required

Provide a Clerk JWT or a long-lived CLI token (prefix ap_cli_). Pass as Authorization: Bearer <token>.

Path Parameters

claim_id
string
required

Response

Successful Response

id
string
required
skill_slug
string
required
github_username
string | null
required
verification_score
number
required
verification_details
string | null
required
status
string
required
created_at
string | null
required