GET
/
fastedge
/
v1
/
binaries
/
{id}
curl --request GET \
  --url https://api.gcore.com/fastedge/v1/binaries/{id} \
  --header 'APIKey: <api-key>'
{
  "id": 123,
  "status": 123,
  "source": 123,
  "unref_since": "<string>",
  "api_type": "<string>",
  "checksum": "<string>"
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

id
integer
required

Binary ID

Response

200
application/json

Ok

The response is of type object.