action versioneye_get_api_v1_scans_id_files_file_id { label: "Retrieves a file object, containing information about dependencies in the file" provider: versioneye method: GET path: "/api/v1/scans/{id}/files/{file_id}" encoding: json input: { type: "object" properties: { file_id: { type: "string" } id: { type: "string" } per_page: { type: "string" } } required: ["file_id", "id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }