Skip to main content
GET
/
api
/
v1
/
trajectories
/
{id}
/
resources
/
{bucket}
/
{key}
Get Ressource
curl --request GET \
  --url https://agp.hcompany.ai/api/v1/trajectories/{id}/resources/{bucket}/{key} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required
bucket
string
required
key
string
required

Response

Successful Response