Sign in

List run step comments

documented

Retrieve all comments for a given run step.

GET /runs/{run_id}/run_steps/{run_step_id}/commentsRun Stepsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.manifest.ly/api/v2/runs/{{$run_id}}/run_steps/{{$run_step_id}}/comments" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "X-Client: {{MANIFEST_CLIENT}}"
List run step comments · Manifestly Checklists · OpenIntegrations