LogoFreestyle
API Reference/Execute

List execute runs

List execute runs.

GET
/execute/v1/deployments

Query Parameters

limitinteger | null
Minimum: 0
offsetinteger | null
Minimum: 0

Response Body

200

entriesRequiredarray<object>
totalRequiredinteger
Minimum: 0Format: "int64"
offsetRequiredinteger
Minimum: 0Format: "int64"

500

messageRequiredstring
curl -X GET "https://api.freestyle.sh/execute/v1/deployments?limit=0&offset=0"

{
  "entries": [
    {
      "deployment": "4825a274-96eb-4018-afaa-fc6fe70eaeed",
      "accountId": "3d07c219-0a88-45be-9cfc-91e9d095a1e9",
      "provisionedAt": "2019-08-24T14:15:22Z",
      "startedAt": "2019-08-24T14:15:22Z",
      "duration": "string",
      "state": "starting",
      "envVars": {
        "property1": "string",
        "property2": "string"
      }
    }
  ],
  "total": 0,
  "offset": 0
}

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.