Get all working files for a given entity and possibly a task and a name.

GET /data/entities/{entity_id}/working-files

Path parameters

  • entity_id Required

Responses

  • 200

    All working files for given entity and possibly a task and a name

GET /data/entities/{entity_id}/working-files
curl \
 --request GET 'http://api.example.com/data/entities/a24a6ea4-ce75-4665-a070-57453082c25/working-files' \
 --header "Authorization: $API_KEY"