Get file information
Spaces method and path for this operation:
get /s/{space_id}/api/endpoint/action/{action_id}/file/{file_id}
Refer to Spaces for more information.
Get information for the specified file using the file ID.
To construct a file_id
, combine the action_id
and agent_id
values using a dot separator:
{file_id
} = {action_id
}.
{agent_id
}
GET
/api/endpoint/action/{action_id}/file/{file_id}
curl \
--request GET 'https://localhost:5601/api/endpoint/action/{action_id}/file/{file_id}' \
--header "Authorization: $API_KEY"