Get an artifact push's status (staging|pushing|ready|failed; path is the worker directory when ready)
Requires the deploy_servers:read permission.
An access token from this zone's POST /oauth/token, or a session token from POST /api/v1/auth/login. Send it as Authorization: Bearer <token>.
In: header
Path Parameters
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/deploy-servers/string/artifacts/string"{ "bytes": 0, "error": "string", "id": "string", "path": "string", "sha256": "string", "status": "string"}Push an app folder tarball (.tgz) onto the deploy server's worker — lands extracted at /opt/apps/<name>. Source: team_object (a tarball a team member previously storage_put into team shared storage) or content_b64 for small archives. ASYNC: poll get_deploy_servers_id_artifacts until status=ready BEFORE building on the worker. POST
Previous Page
Get a deploy server's dashboard URL, API base URL, root credentials, API token, and worker id — read after status is ready GET
Next Page