Gerra LogoGerra

Retrieve telemetry

GET
/mecha/retrieve

Query Parameters

categorystring | null | null
startstring | null | null
endstring | null | null
sortSort
Default: "asc"

Header Parameters

gerra-api-keystring | null | null

Response Body

Successful Response

TypeScript Definitions

Use the response body type in TypeScript.

responseRequiredunknown
curl -X GET "https://api.gerra.com/mecha/retrieve?category=string&start=string&end=string&sort=asc" \
  -H "gerra-api-key: string"
null