GET
/
v1
/
outputs
/
{output_id}
/
contents
/
curl --request GET \
  --url https://api.rask.ai/v1/outputs/{output_id}/contents/ \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
headerrequired

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

Path Parameters

output_id
string
required

Response

200 - application/json

The response is of type any.