API ReferenceExecute
List execute runs
List execute runs.
Query Parameters
limit?integer|null
Range
0 <= valueoffset?integer|null
Range
0 <= valueResponse Body
application/json
application/json
curl -X GET "https://api.freestyle.sh/execute/v1/deployments"{
"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
}{
"message": "string"
}Get information on execute run
Get information on execute run
Configure GitHub sync for repository
Configure GitHub synchronization for an existing Freestyle repository. This links your Freestyle repository to a GitHub repository for automatic syncing. Requires the GitHub repository name in 'owner/repo' format.