---
title: "Get the allocations to a group on a date -- one entry per allocated job"
method: GET
path: "/v1/org/{orgId}/allocation/group/{groupId}"
tags: ["allocation"]
---

# Get the allocations to a group on a date -- one entry per allocated job

`GET /v1/org/{orgId}/allocation/group/{groupId}`

## Path parameters

- `orgId` string, required
- `groupId` string, required

## Query parameters

- `date` string, date

## Response `200`

successful operation

- GroupAllocation[]
  - `id` string, required — globally unique id
  - `orgId` string, required — parent organization id
  - `jobId` string, required — job that is allocated -- may be an open job
  - `groupId` string, required — group the job is allocated to
  - `groupTypeId` string, required — group type of the group this allocation is for
  - `allocation` number, required — portion of the job's capacity allocated to the group, as a decimal (0.25 means 25%)
  - `effectiveDate` string, date, required — first date this allocation applies
  - `endDate` string, date — last date this allocation applies, or null if it is open-ended
  - `notes` string — free-text note about this allocation
  - `derivedFromTeamAllocation` boolean — true when this record was derived by dividing a team-level allocation across team members
  - `createId` string — created by user id
  - `createBehalfId` string — created on behalf of user id
  - `createAttribution` Attribution
    - `principalUserId` string
    - `agentUserIds` string[]
    - `eventId` string
    - `aiChatId` string
    - `aiToolUseId` string
    - `channel` 'WEB' | 'MOBILE' | 'SLACK' | 'TEAMS' | 'MCP'
  - `createAt` string — created timestamp
  - `updateId` string — last updated by user id
  - `updateBehalfId` string — last updated on behalf of user id
  - `updateAttribution` Attribution
    - `principalUserId` string
    - `agentUserIds` string[]
    - `eventId` string
    - `aiChatId` string
    - `aiToolUseId` string
    - `channel` 'WEB' | 'MOBILE' | 'SLACK' | 'TEAMS' | 'MCP'
  - `updateAt` string — last updated timestamp
  - `deleteId` string — deleted by user id
  - `deleteBehalfId` string — deleted on behalf of user id
  - `deleteAttribution` Attribution
    - `principalUserId` string
    - `agentUserIds` string[]
    - `eventId` string
    - `aiChatId` string
    - `aiToolUseId` string
    - `channel` 'WEB' | 'MOBILE' | 'SLACK' | 'TEAMS' | 'MCP'
  - `deleteAt` string — deleted timestamp

## Other responses

- `401` — not authorized
- `404` — org not found

## Changes

> 10 revisions in range; 1 not diffed.

- **2026-08-06** `50a1edd6b27e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/charthop/apis/charthop-api/changes/v1/org/:orgId/allocation/group/:groupId/get.md)

---

[API](https://skmtc.dev/charthop/apis/charthop-api.md) · [All operations](https://skmtc.dev/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/charthop/charthop-api/revisions/4685d95a20b1/schema)
