run

Get run description

Returns information about a run. The information includes the name, information about the creator, dependencies, parameters, run instructions and more.

get/run/{id}

Path parameters

idnumber required

ID of the run.

Query parameters

api_keystring

API key to authenticate the user

Response

A run description

Changes

Changed in 3 of the 14 revisions of this API.35

  • 8e2f718635ef21See the full diff
    • removed the success response with the status 220

      response-success-status-removed

    • removed the success response with the status 221

      response-success-status-removed

    • added the non-success response with the status 412

      response-non-success-status-added

    • the query request parameter api_key became optional

      request-parameter-became-optional

  • 2209d99ea36e13See the full diff
    • the query request parameter api_key became required

      request-parameter-became-required

    • removed the non-success response with the status 412

      response-non-success-status-removed

    • added the success response with the status 220

      response-success-status-added

    • added the success response with the status 221

      response-success-status-added