Get Step Files
GET/api/v1/steps/:step/files
Get Step Files
Request
Path Parameters
step stringrequired
Responses
- 200
- 400
- 500
OK
- application/zip
- Schema
Schema
string
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...