Hanzo AI
OpenapiTask

Get projects

Returns one board of your org by its key — the repository name.

GET /v1/task/projects/{key}

Addresshttps://api.hanzo.ai/v1/task/projects/{key}
MethodGET
Operationget_task_projects_by_key
AuthAuthorization: Bearer $HANZO_API_KEY

Returns one board of your org by its key — the repository name. 404 when your org has no repository under that key, or when your own forge account cannot see it.

Request

1 field.

FieldInTypeRequiredDescription
keypathstringyesKey is the project's org-unique handle: 2-8 uppercase alphanumerics starting with a letter ("ENG", "OPS2").

Response

StatusBodyMeaning
200task.boardViewok
defaultproblem-detailsrefused

200 body — 7 fields.

FieldInTypeAlwaysDescription
createdAtbodyinteger (int64)CreatedAt is when the board was created, in unix seconds.
descriptionbodystringDescription is whatever an index board was created with.
idbodystringID is the board's opaque handle, and it is NOT how you address it — Key is.
keybodystringKey addresses the board everywhere else — /v1/task/projects/<key>/issues — and prefixes every issue identifier on it.
namebodystringName is the board's display name.
orgbodystringOrg is the IAM org the board belongs to, taken from the validated principal and never from the request.
updatedAtbodyinteger (int64)UpdatedAt is when the board record last changed, in unix seconds — the BOARD, not the work on it, so filing an issue does not move it.

Failure carries the platform error shape — see Errors.

Examples

hanzo task projects get <key>

Task API · All Hanzo APIs · Interactive reference

How is this guide?

On this page