From a778683ac93618bd14232e80730a9cc21a10d25b Mon Sep 17 00:00:00 2001 From: Gabrielle Poncey Date: Tue, 2 Dec 2025 07:59:39 -0800 Subject: [PATCH] Pushing content to main branch --- docs/using/tasks-logs.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/using/tasks-logs.md b/docs/using/tasks-logs.md index 9d33b7d0..3f297fbd 100644 --- a/docs/using/tasks-logs.md +++ b/docs/using/tasks-logs.md @@ -29,9 +29,7 @@ number of tasks: ### Getting a Specific Task -If you have a task ID, such as one returned when [create a database](./create-db.md), you can fetch details for that task by -submitting a `GET` request to the `/v1/databases/{database_id}/tasks/{task_id}` -endpoint. For example: +If you have a task ID, such as one returned when [create a database](./create-db.md), you can fetch details for that task by submitting a `GET` request to the `/v1/databases/{database_id}/tasks/{task_id}` endpoint. For example: === "curl"