Tasks
List Case Tasks
List the follow-up tasks of a case
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
API token (starts with pnbx_). Create at https://app.penbox.io/workspace/settings/api. Include as: Authorization: Bearer {token}
Path Parameters
Case UUID
Response
200 - application/json
Successful response