List resource offers received in the selected invitation organization
GET
/v1/resource-invitationsSet X-Computer-Agents-Organization to the invitation organization. Queries are bound to the authenticated recipient. Reviewing an offer does not require or grant organization-wide membership.
How to call this endpoint
Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.
Path, query, and header parameters
These parameters control which ACP object the endpoint acts on and how the request is processed.
Path parameters
None.
Query parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| limit | query | integer | No | — |
| cursor | query | string | No | — |
Header parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| X-Computer-Agents-Organization | header | string | Yes | Organization that issued this recipient-bound offer |
Body schema
This endpoint does not require a request body.
None.
What the API returns
Each response code below includes the documented payload shape for the ACP API.
200Offers ordered by creation time, including resolved decisionsapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| data | object[] | Yes | — |
| data[].id | string | Yes | Unique identifier. |
| data[].organizationId | string | Yes | — |
| data[].kind | share | ownership | Yes | — |
| data[].resourceType | string | Yes | — |
| data[].resourceId | string | Yes | — |
| data[].resourceName | string | Yes | — |
| data[].recipientUserId | string | Yes | — |
| data[].invitedByUserId | string | Yes | — |
| data[].accessLevel | use | edit | manage | Yes | — |
| data[].status | pending | accepted | declined | revoked | expired | Yes | Current lifecycle status. |
| data[].expiresAt | string | Yes | — |
| data[].decidedAt | string | Yes | — |
| data[].createdAt | string | Yes | ISO 8601 timestamp. |
| data[].updatedAt | string | Yes | ISO 8601 timestamp. |
| nextCursor | string | Yes | — |
400Missing invitation organization or invalid pagination
None.
401Authentication required
None.
403Account is not authorized for this offer
None.
503PostgreSQL invitation service unavailable
None.
List resource offers received in the selected invitation organization
Loading...
Response 200
Loading...