Skip to content
Everruns Cloud is open in early access. Run agents without operating the platform.

list_my_invitations

GET
/v1/me/invitations
curl --request GET \
--url https://app.everruns.com/api/v1/me/invitations

List actionable organization invitations addressed to the authenticated user’s verified email.

Actionable invitations for the authenticated user

Media typeapplication/json

Response wrapper for list endpoints. All list endpoints return responses wrapped in a data field.

object
data
required

Array of items returned by the list operation.

Array<object>
object
id
required
string
org_name
required
string
role
required
string
Examplegenerated
{
"data": [
{
"id": "example",
"org_name": "example",
"role": "example"
}
]
}

Unauthorized

Email address is not verified

Internal server error