LogoFreestyle
API ReferenceWeb

List web deploys

List web deploys.

GET
/web/v1/deployments

Query Parameters

limit*integer

Maximum number of repositories to return

Formatint64
Range0 <= value
offset*integer

Offset for the list of repositories

Formatint64
Range0 <= value

Response Body

application/json

application/json

curl -X GET "https://api.freestyle.sh/web/v1/deployments?limit=0&offset=0"
{
  "entries": [
    {
      "deploymentId": "a73c85a1-d857-491e-a6b2-51dce05de7a2",
      "accountId": "3d07c219-0a88-45be-9cfc-91e9d095a1e9",
      "provisionedAt": "2019-08-24T14:15:22Z",
      "timeout": "string",
      "state": "provisioning",
      "deployedAt": "2019-08-24T14:15:22Z",
      "domains": [
        "string"
      ],
      "envVars": {
        "property1": "string",
        "property2": "string"
      }
    }
  ],
  "total": 0,
  "offset": 0
}
{
  "message": "string"
}

Freestyle AI

Documentation assistant

Experimental: AI responses may not always be accurate—please verify important details with the official documentation.

How can I help?

Ask me about Freestyle while you browse the docs.