Skip to main content
GET
List the tasks of a case, oldest due date first. A task is a follow-up: something one person has to do before the case can move on. Every task belongs to exactly one side, told by assignee.kind: This list includes the tasks Penbox creates by itself when a form step moves — “Complete the form” for the client, “Review the answers” for the team — so you can mirror the real state of the case in your own product.
Tasks are scoped to the workspaces your token covers. A case in another workspace returns an empty list rather than an error.
The response is not paginated and returns at most 100 tasks, oldest due date first. A case is not expected to carry more.

Authorizations

Authorization
string
header
required

API token (starts with pnbx_). Create at https://app.penbox.io/workspace/settings/api. Include as: Authorization: Bearer {token}

Path Parameters

id
string<uuid>
required

Case UUID

Response

200 - application/json

Successful response

data
object[]