-
Notifications
You must be signed in to change notification settings - Fork 1.7k
REST API
Steve Ellis edited this page Feb 19, 2018
·
13 revisions
Action | Method | Path | CLI command |
---|---|---|---|
Index Jobs | GET | /v2/jobs | $ chainlink jobs |
Create Job | POST | /v2/jobs | |
Show Job | GET | /v2/jobs/:ID | $ chainlink show $ID |
Show Job Run | GET | /v2/jobs/:ID/runs | |
Create Job Run | POST | /v2/jobs/:JobID/runs | |
Create Bridge Type | POST | /v2/bridge_types |