Sign in

Get legacy job

documented

Listen to a legacy publish job via Server-Sent Events (SSE).

GET /api/v1/jobs/{job_id}Legacy Jobsno 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.siteleaf.com/api/v1/jobs/{{$job_id}}" \
  -X GET \
  -u "{{SITELEAF_API_KEY}}:{{SITELEAF_SECRET}}" \
  -H "Accept: text/event-stream"