GET
/
api
/
v1
/
trajectories
/
{id}
/
resources
/
{bucket}
/
{key}
Get Ressource
curl --request GET \
  --url https://agent-platform.staging.hcompanyprod.fr/api/v1/trajectories/{id}/resources/{bucket}/{key} \
  --header 'Authorization: Bearer <token>'
"<any>"

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

The response is of type any.