How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Lakekeeper Tasks API

View & Manage Tasks

Lakekeeper Tasks API is one of 13 APIs that Lakekeeper publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Task. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and pricing.

This API exposes 18 operations across 13 paths, and defines 34 schemas. It is described by OpenAPI 3.2.0, at version 0.0.0.

Requests are made against a single base URL, {scheme}://{host}{basePath}.

18 operations 13 paths 34 schemas 7 GET11 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.0.0
Base URL
{scheme}://{host}/management/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Lakekeeper Tasks API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 18

Across 13 paths, the API surfaces 18 operations — 7 GET, 11 POST. Each is listed below with its method, path, parameters, and response codes.

tasks 18

View & Manage Tasks

GET
/management/v1/project/task-queue/task_log_cleanup/config
Get the configuration for a Project-level Task Queue.
get_project_task_queue_config_task_log_cleanup 1 param → 2004XX
POST
/management/v1/project/task-queue/task_log_cleanup/config
Set the configuration for a Project-level Task Queue.
set_project_task_queue_config_task_log_cleanup 1 param body → 2044XX
GET
/management/v1/project/task/by-id/{task_id}
Get Details about a specific Project-level task by its ID.
get_project_task_details 3 params → 2004XX
POST
/management/v1/project/task/control
Control a set of Project-level tasks by their IDs (e.g., cancel, request stop, run now)
control_project_tasks 1 param body → 2044XX
POST
/management/v1/project/task/list
List active and historic Project-level tasks.
list_project_tasks 1 param body → 2004XX
GET
/management/v1/warehouse/{warehouse_id}/task-queue/tabular_expiration/config
Get the configuration for a Task Queue.
get_task_queue_config_tabular_expiration 1 param → 2004XX
POST
/management/v1/warehouse/{warehouse_id}/task-queue/tabular_expiration/config
Set the configuration for a Task Queue.
set_task_queue_config_tabular_expiration 1 param body → 2044XX
GET
/management/v1/warehouse/{warehouse_id}/task-queue/tabular_purge/config
Get the configuration for a Task Queue.
get_task_queue_config_tabular_purge 1 param → 2004XX
POST
/management/v1/warehouse/{warehouse_id}/task-queue/tabular_purge/config
Set the configuration for a Task Queue.
set_task_queue_config_tabular_purge 1 param body → 2044XX
GET
/management/v1/warehouse/{warehouse_id}/task/by-id/{task_id}
Get Details about a specific task by its ID.
get_task_details 3 params → 2004XX
POST
/management/v1/warehouse/{warehouse_id}/task/control
Control a set of tasks by their IDs (e.g., cancel, request stop, run now)
control_tasks 1 param body → 2044XX
POST
/management/v1/warehouse/{warehouse_id}/task/list
List active and historic tasks.
list_tasks 1 param body → 2004XX
GET
/management/v1/warehouse/{warehouse_id}/task-queue/expire_snapshots/config
Get the configuration for a Task Queue.
get_task_queue_config_expire_snapshots 1 param → 2004XX
POST
/management/v1/warehouse/{warehouse_id}/task-queue/expire_snapshots/config
Set the configuration for a Task Queue.
set_task_queue_config_expire_snapshots 1 param body → 2044XX
POST
/management/v1/warehouse/{warehouse_id}/task-queue/expire_snapshots/schedule
Schedule a task for an entity.
schedule_task_expire_snapshots 1 param body → 2004004044094XX
GET
/management/v1/warehouse/{warehouse_id}/task-queue/remove_orphan_files/config
Get the configuration for a Task Queue.
get_task_queue_config_remove_orphan_files 1 param → 2004XX
POST
/management/v1/warehouse/{warehouse_id}/task-queue/remove_orphan_files/config
Set the configuration for a Task Queue.
set_task_queue_config_remove_orphan_files 1 param body → 2044XX
POST
/management/v1/warehouse/{warehouse_id}/task-queue/remove_orphan_files/schedule
Schedule a task for an entity.
schedule_task_remove_orphan_files 1 param body → 2004004044094XX

Schemas 34

The contract defines 34 schemas that model the data the API accepts and returns. The most detailed are WarehouseTaskInfo (15 properties), ProjectTaskInfo (12 properties), TaskAttempt (9 properties), RemoveOrphanFilesQueueConfig (7 properties). Each schema is shown below with its type and property counts.

GetTaskLogCleanupConfig
object
2 properties 1 required
TaskLogCleanupConfig
object
2 properties
SetTaskLogCleanupConfig
object
2 properties 1 required
IcebergErrorResponse
object
JSON wrapper for all error responses (non-2xx)
1 property 1 required
ListProjectTasksResponse
object
2 properties 1 required
WarehouseTaskEntityId
TaskStatus
string
ListTasksRequest
object
7 properties
GetProjectTaskDetailsResponse
ListTasksResponse
object
2 properties 1 required
WarehouseTaskInfo
object
15 properties 9 required
TabularExpirationQueueConfig
object
Warehouse-specific configuration for the tabular expiration (Soft-Deletion) queue.
WarehouseTaskEntityFilter
ListProjectTasksRequest
object
6 properties
TaskAttempt
object
9 properties 5 required
GetTaskDetailsResponse
GetPurgeQueueConfig
object
2 properties 1 required
ControlTaskAction
ErrorModel
object
JSON error payload returned in a response with further details on the error
4 properties 3 required
ProjectTaskInfo
object
12 properties 8 required
SetPurgeQueueConfig
object
2 properties 1 required
SetTabularExpirationQueueConfig
object
2 properties 1 required
PurgeQueueConfig
object
ControlTasksRequest
object
2 properties 2 required
GetTabularExpirationQueueConfig
object
2 properties 1 required
GetExpireSnapshotsQueueConfig
object
2 properties 1 required
ScheduleRemoveOrphanFilesTaskRequest
object
Request body for scheduling a task.
2 properties 1 required
SetExpireSnapshotsQueueConfig
object
2 properties 1 required
ScheduleExpireSnapshotsTaskRequest
object
Request body for scheduling a task.
2 properties 1 required
SetRemoveOrphanFilesQueueConfig
object
2 properties 1 required
ExpireSnapshotsQueueConfig
object
Warehouse-specific configuration for the expiration queue. Parameters can be overridden with table properties. Please see the documentation of each parameter f…
5 properties
RemoveOrphanFilesQueueConfig
object
7 properties
GetRemoveOrphanFilesQueueConfig
object
2 properties 1 required
ScheduleTaskResponse
object
Response returned on a successful schedule call.
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

lakekeeper-tasks-api-openapi.yml Raw ↑

Other APIs Lakekeeper publishes across the network.

Lakekeeper Generic Table (Data) API
Lakekeeper Authorization API
Lakekeeper Catalog API
Lakekeeper Configuration API
Lakekeeper OAuth2 API
Lakekeeper Permissions Cedar API
Lakekeeper Permissions Openfga API
Lakekeeper Project API
Lakekeeper Role API
Lakekeeper Server API
Lakekeeper User API
Lakekeeper Warehouse API
Where this information came from

This is an independent, third-party profile of Lakekeeper Tasks API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.