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
Copy file name to clipboardExpand all lines: docs/zh/api/api-reference/execution-results.md
+36-36Lines changed: 36 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,23 @@
1
1
---
2
-
title: Execution Results
3
-
description: Here's how to get the results data of an execution request.
2
+
title: 执行结果
3
+
description: 如果获取执行请求的结果数据。
4
4
---
5
5
6
-
# [GET]Execution Results
6
+
# [GET]执行结果
7
7
8
-
Here's how to get the results data of an execution request.
8
+
如何获取执行请求的结果数据。
9
9
10
-
## Arguments
10
+
## 请求参数
11
11
12
-
None.
12
+
无需参数。
13
13
14
-
## Returns
14
+
## 返回值
15
15
16
-
Returns back the status, metadata, and query results from a query execution.
16
+
返回执行查询的状态、元数据和查询结果。
17
17
18
-
## Example Request
18
+
## 请求示例
19
19
20
-
You need to pass the `execution_id` you obtained from making a [Execute Query ID POST](execute-query-id.md)request to the complete an Execution Results API request.
20
+
您需要传递您从 [执行查询 ID](execute-query-id.md)请求中获得的 `execution_id` 参数,用以完成获取执行结果的 API 请求。
### Can I ingest data by getting a direct connection to the database instead?
117
+
### 我能否通过直连数据库来提取数据?
118
118
119
-
Not currently. In the interim we recommend periodically fetching from “max(latestBlockNumber) - 2” to “lastFetchedBlockNumber” in regular intervals. Fetching from 2 behind the latest block number ensures you receive full sets of data from each new request.
### Are query results data saved for faster retrieval?
121
+
### 查询结果数据是否会被存档以便快速检索?
122
122
123
-
Yes
123
+
没错
124
124
125
-
### How long are the results data from an execution stored for?
125
+
### 执行的结果数据会被储存多久?
126
126
127
-
Currently set to 2 years but we may reduce this to something closer to 90 days in the future. This is visible on the API response on the “expires_at” field in the execution status and results body.
127
+
目前是2年,但未来我们可能会降低到接近90天。这个值在 API 响应的执行状态和查询结果的 "expires_at" 字段均可见。
128
128
129
-
### How much data can I retrieve in a single API result call?
129
+
### 在单次 API 结果调用中,我可以获取多少数据?
130
130
131
-
There is currently a 1GB limit, but there is a chance we reduce this overall or based on varying paid plan types.
0 commit comments