You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`title`| string | true | The output's title, shown in the run's output tab if there are multiple outputs and in API as key for the generated output URL. |
75
-
|`description`| string | false | A description of the output. Only used when reading the schema (useful for LLMs) |
76
-
|`template`| string | true | Defines a template which will be translated into output URL. The template can use variables (see below) |
74
+
|`title`| string | true | The output's title, shown in the run's output tab if there are multiple outputs and in API as key for the generated output URL. |
75
+
|`description`| string | false | A description of the output. Only used when reading the schema (useful for LLMs) |
76
+
|`template`| string | true | Defines a template which will be translated into output URL. The template can use variables (see below)|
77
77
78
78
### Available template variables
79
79
80
-
| Variable | Type|Description |
81
-
|----------------|--------------|--------------|
82
-
|`links`| object|Contains quick links to most commonly used URLs |
83
-
|`links.publicRunUrl`| string| Public run url in format `https://console.apify.com/view/runs/:runId`|
84
-
|`links.consoleRunUrl`| string| Console run url in format `https://console.apify.com/actors/runs/:runId`|
85
-
|`links.apiRunUrl`| string|API run url in format `https://api.apify.com/v2/actor-runs/:runId`|
86
-
|`links.apiDefaultDatasetUrl`| string | API url of default dataset in format `https://api.apify.com/v2/datasets/:defaultDatasetId`|
87
-
|`links.apiDefaultKeyValueStoreUrl`| string | API url of default key-value store in format `https://api.apify.com/v2/key-value-stores/:defaultKeyValueStoreId`|
88
-
|`run`| object|Contains information about the run same as it is returned from the `GET Run` API endpoint |
89
-
|`run.containerUrl`| string|URL of a webserver running inside the run in format `https://<containerId>.runs.apify.net/`|
90
-
|`run.defaultDatasetId`| string | ID of the default dataset |
91
-
|`run.defaultKeyValueStoreId`| string | ID of the default key-value store |
|`links`| object |Contains quick links to most commonly used URLs|
83
+
|`links.publicRunUrl`| string | Public run url in format `https://console.apify.com/view/runs/:runId`|
84
+
|`links.consoleRunUrl`| string| Console run url in format `https://console.apify.com/actors/runs/:runId`|
85
+
|`links.apiRunUrl`| string |API run url in format `https://api.apify.com/v2/actor-runs/:runId`|
86
+
|`links.apiDefaultDatasetUrl`| string | API url of default dataset in format `https://api.apify.com/v2/datasets/:defaultDatasetId`|
87
+
|`links.apiDefaultKeyValueStoreUrl`| string | API url of default key-value store in format `https://api.apify.com/v2/key-value-stores/:defaultKeyValueStoreId`|
88
+
|`run`| object |Contains information about the run same as it is returned from the `GET Run` API endpoint|
89
+
|`run.containerUrl`| string |URL of a webserver running inside the run in format `https://<containerId>.runs.apify.net/`|
90
+
|`run.defaultDatasetId`| string | ID of the default dataset|
91
+
|`run.defaultKeyValueStoreId`| string | ID of the default key-value store|
0 commit comments