Skip to content
Hoursmith Docs
APIReferenceTeam payouts

list Team Unpaid Time

list Team Unpaid Time. Read-only. Owner/Admin tokens with read scope only. Agency plan required. Generic member endpoints never expose compensation. Dates are ISO calendar transport values; money is a decimal string. Links require an authenticated Owner/Admin app session. Unknown and repeated query parameters return 422.

GET
/team-payouts/unpaid-time

Authorization

BearerAuth
AuthorizationBearer <token>

Personal Access Token. Mint at Settings → API. Token shape: hsk_<env>_<prefix12>_<secret32>.

In: header

Query Parameters

cursor?string

Opaque cursor bound to the caller, filters and sort; reuse unchanged.

limit?integer

Page size; default 50.

sort?string

Defaults to -createdAt. Allowed sort fields for unpaidTime: id, entryDate, durationSeconds, createdAt. Prefix - for descending.

payeeId?string
currency?string

Supported currency. Bills use bill currency; payments use actual transfer currency.

clientId?string
projectId?string
from?string
to?string
section?string

Defaults to default eligible work. Nonbillable work requires explicit selection in a bill. Running, deleted, unpriced, pre-start and already approved sources are omitted.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/team-payouts/unpaid-time"
{  "data": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "timeEntryId": "6a7dee89-c31f-4c7b-93f4-7db10a7547a6",      "payeeId": "79417842-2e1e-4110-a361-89b9f39b36ed",      "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",      "name": "string",      "projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",      "projectName": "string",      "taskId": "string",      "taskName": "string",      "description": "string",      "workDate": "2019-08-24",      "durationSeconds": 0,      "rateId": "dc6263b0-e8fb-4144-a111-53fde6c86836",      "hourlyRate": "string",      "currency": "string",      "amount": "string",      "section": "default",      "selectedByDefault": true,      "links": {        "app": "string",        "payee": "string",        "project": "string",        "task": "string"      }    }  ],  "pagination": {    "limit": 1,    "nextCursor": "string"  }}
{  "error": {    "code": "unauthenticated",    "message": "string",    "fields": {      "property1": "string",      "property2": "string"    },    "requiredPlan": "studio",    "feature": "string",    "requestId": "string"  }}
{  "error": {    "code": "unauthenticated",    "message": "string",    "fields": {      "property1": "string",      "property2": "string"    },    "requiredPlan": "studio",    "feature": "string",    "requestId": "string"  }}
{  "error": {    "code": "unauthenticated",    "message": "string",    "fields": {      "property1": "string",      "property2": "string"    },    "requiredPlan": "studio",    "feature": "string",    "requestId": "string"  }}
{  "error": {    "code": "unauthenticated",    "message": "string",    "fields": {      "property1": "string",      "property2": "string"    },    "requiredPlan": "studio",    "feature": "string",    "requestId": "string"  }}
{  "error": {    "code": "unauthenticated",    "message": "string",    "fields": {      "property1": "string",      "property2": "string"    },    "requiredPlan": "studio",    "feature": "string",    "requestId": "string"  }}
{  "error": {    "code": "unauthenticated",    "message": "string",    "fields": {      "property1": "string",      "property2": "string"    },    "requiredPlan": "studio",    "feature": "string",    "requestId": "string"  }}
Was this page helpful?