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

Rocketlane Tasks API

Endpoints for tasks resource

Rocketlane Tasks API is one of 13 APIs that Rocketlane 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, and an API reference.

This API exposes 12 operations across 9 paths, and defines 46 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 3 base URLs: https://api.rocketlane.com/api, https://api.nitro.run/api, https://project.api.orbits.run/api.

12 operations 9 paths 46 schemas 1 DELETE2 GET8 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://api.rocketlane.com/api/1.0/
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Rocketlane Tasks API declares 1 security scheme for authenticating requests. An API key is passed in the header as api-key (api-key). By default, every request must be authenticated.

Paths & Operations 12

Across 9 paths, the API surfaces 12 operations — 1 DELETE, 2 GET, 8 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Tasks 12

Endpoints for tasks resource

GET
/1.0/tasks/{taskId}
Get task by Id
get-task 3 params → 200400401404
PUT
/1.0/tasks/{taskId}
Update task by Id
update-task 3 params body → 200400401404500
DELETE
/1.0/tasks/{taskId}
Delete task by Id
delete-task 1 param → 204400401404
POST
/1.0/tasks/{taskId}/remove-followers
Remove followers from a task by Id
remove-followers-from-task 1 param body → 200400401404
POST
/1.0/tasks/{taskId}/remove-dependencies
Remove dependencies from a task by Id
remove-dependencies-from-task 1 param body → 200400401404
POST
/1.0/tasks/{taskId}/remove-assignees
Remove assignees from a task by Id
remove-assignees-from-task 1 param body → 200400401404
POST
/1.0/tasks/{taskId}/move-phase
Move a task to the phase by Id
move-task-to-given-phase 1 param body → 200400401404
POST
/1.0/tasks/{taskId}/add-followers
Add followers to a task by Id
add-followers-to-task 1 param body → 200400401404
POST
/1.0/tasks/{taskId}/add-dependencies
Add dependencies to a task by Id
add-dependencies-to-task 1 param body → 200400401404
POST
/1.0/tasks/{taskId}/add-assignees
Add assignees to a task by Id
add-assignee-to-task 1 param body → 200400401404
GET
/1.0/tasks
Get all tasks
get-all-tasks 56 params → 200400401
POST
/1.0/tasks
Create a task
create-task 2 params body → 201400401500

Schemas 46

The contract defines 46 schemas that model the data the API accepts and returns. The most detailed are TaskPublicResponseForExample (32 properties), TaskPublicAPIResponseEntity (32 properties), TaskPublicAPIRequestEntity (20 properties), TaskPublicAssigneeAPIResponseEntity (19 properties). Each schema is shown below with its type and property counts.

TaskPublicTimeEntryCategoryResponse
object
The category in which the task's time entry is added.
2 properties
ExampleAPIResponseTasks
object
2 properties
TaskPublicUpdateAPIRequestEntity
object
14 properties
TaskImportSourcePublicRequest
object
Source information for importing a task from a template
2 properties 2 required
Example404
object
2 properties
TaskPublicMovePhaseAPIResponseEntity
object
18 properties
RoleResponsePublicAPI
object
The role of the member or placeholder to whom allocation is made for
2 properties
unauthorizedErrorlist
object
1 property
Example500
object
2 properties
TaskPlaceholderPublicAPI
object
The list contains all the placeholders assigned to the task.
3 properties
AssigneePublicAPI
object
The users who are assigned the responsibility to execute the task. The assignees can be either members (team members or customers) or placeholders.
2 properties
FieldPublicRequestAPIEntity
object
The custom fields can be set during the time-entry creation with the help of fields. The fieldValue can be either a string or a number or an array and it has t…
3 properties
TaskPhasePublicAPIRequestEntity
object
The phase that needs to be associated with the task can be mentioned here. Note: The phase needs to be associated with the project and thus failing the task cr…
2 properties
MoveTaskPhasePublicAPI
object
The phase to which the task will be moved, associating the task with this phase.
2 properties
TaskPublicProjectFinancialsBudgetResponse
object
The Financials budget in which the task's time entry is added.
2 properties
badRequestErrorlist
object
1 property
TaskFollowersPublicRequest
object
The task followers can be either members (team members or customers) or placeholders.
1 property
TaskFollowersPublicResponse
object
The task followers are the team members who keep track of the execution of the project. It can be either members (team members or customers) or placeholders.
1 property
TaskStatusPublicRequest
object
The value of the task status can be specified here and this is essential to keep track of it.
1 property
TaskParentPublicRequestAPI
object
Parent task id
1 property
Example400
object
3 properties
ProjectPublicAPITaskResponseEntity
object
The project associated with task.
2 properties
TaskCreatedByUserPublicAPI
object
The team member who updated the task.
4 properties
TaskPublicResponseForExample
object
Reflects all the default and custom fields and their values for the object searched, in an array format. If the includeFields param is utilised in the request…
32 properties
TaskAddFollowersPublicRequest
object
1 property
TaskPriorityPublicResponse
object
Determines the level of priority of the task.
2 properties
TaskPhasePublicLiteAPIResponseEntity
object
The phase associated with the task.
2 properties
TaskDependencyPredecessorPublicRequest
object
Task Dependencies allow you to define relationships between tasks that are dependent on each other.
1 property
Example401
object
2 properties
TaskStatusPublicResponse
object
The task status value and the label. v 10, l xyz.
2 properties
ExamplePaginationTasks
object
Responses that return multiple objects will be paginated. The pagination params define how pages are structured and how to traverse through pages.
5 properties
ProjectPublicAPITaskRequestEntity
object
The project associated with task needs to be specified here and it is mandatory for the task to get created and map accordingly.
1 property
serverErrorErrorlist
object
1 property
TaskPublicDependenciesAPIResponseEntity
object
18 properties
TaskPublicLiteAPIResponseEntity
object
The parent task of the task.
2 properties
TaskPublicAssigneeAPIResponseEntity
object
19 properties
TaskPublicAPIResponseEntity
object
32 properties
TaskUserPublicAPI
object
The list includes both team members and customers assigned to the task.
4 properties
TaskAssigneePlaceholderPublicAPIRequestEntity
object
Rocketlane's placeholders are associated with roles. Based on the kind of roles and expertise that are needed to execute a task, placeholders can be added as a…
3 properties
TaskFieldPublicResponseAPIEntity
object
Fields lists the custom project fields whose values were provided during project creation or updated later. Refer these [examples](https://developer.rocketlane…
4 properties
notFoundErrorlist
object
1 property
TaskAssigneeUserPublicAPI
object
The list includes both team members and customers assigned to the task.
4 properties
TaskDependencyPublicAPI
object
1 property 1 required
TaskAssigneePublicRequestAPI
object
2 properties
MovePhasePublicAPI
object
1 property 1 required
TaskPublicAPIRequestEntity
object
20 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rocketlane-tasks-api-openapi.yml Raw ↑

Other APIs Rocketlane publishes across the network.

Rocketlane Comments API
Rocketlane Conversations API
Rocketlane Fields API
Rocketlane Invoices API
Rocketlane Phases API
Rocketlane Projects API
Rocketlane Resource Allocations API
Rocketlane Space Documents API
Rocketlane Spaces API
Rocketlane Time-Offs API
Rocketlane Time Tracking API
Rocketlane Users API
Where this information came from

This is an independent, third-party profile of Rocketlane 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.