Get file information

GET /api/endpoint/action/{action_id}/file/{file_id}

Get information for the specified file using the file ID.

Path parameters

Responses

  • 200 application/json

    OK

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"
Response examples (200)
{}