API Endpoint Reference¶
Organizations¶
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/organizations |
List organizations |
| GET | /api/v1/organizations/{id} |
Get organization |
| POST | /api/v1/organizations |
Create organization |
Projects¶
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/projects |
List projects |
| GET | /api/v1/projects/{id} |
Get project |
| POST | /api/v1/projects |
Create project |
| GET | /api/v1/projects/{id}/credentials |
Get project credentials |
Files¶
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/files |
List files in path |
| GET | /api/v1/files/download |
Get download URL |
Pipelines¶
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/pipelines |
List pipelines |
| GET | /api/v1/pipelines/{id} |
Get pipeline |
Runs¶
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/runs |
List runs |
| POST | /api/v1/runs |
Submit run |
| GET | /api/v1/runs/{id} |
Get run |
| DELETE | /api/v1/runs/{id} |
Cancel run |