Skip to main content
GET
/
v1
/
geo
/
snapshots
/
{id}
cURL
curl --request GET \
  --url https://api.surnex.io/v1/geo/snapshots/{id} \
  --header 'Authorization: Bearer <token>'
{ "snapshot_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "status": "queued" }

Authorizations

Authorization
string
header
required

Authorization: Bearer sk_...

Path Parameters

id
string<uuid>
required

Response

Snapshot status

GetGeoSnapshotResponse

snapshot_id
string<uuid>
required
status
enum<string>
required
Available options:
queued,
running,
complete,
partial,
failed