Changes to GET /api/v1/workflows/runs/:runId/stream

GET /api/v1/workflows/runs/{runId}/stream

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 5 of the 49 revisions of this API.24

  1. c38df714f38311
  2. a4d134c3f4691
  3. e12bc023744d1
  4. b0518ab334311
  5. 8db531c050e51

What changed

  • c38df714f38311See the full diff
    • added the pattern ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$ to the query request parameter logCursor

      request-parameter-pattern-added

    • for the query request parameter logCursor, the type/format was generalized from integer/ to string/date-time

      request-parameter-type-generalized

    • added the new optional query request parameter logCursor

      new-optional-request-parameter

    • added the new optional query request parameter terminalCursor

      new-optional-request-parameter

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 68 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog