Codegen integration (Developer Tools, AI). Imported from open-connector.
https://api.codegen.com/v1/users/me
/v1/organizations
| Param | Type | Required | Description |
|---|---|---|---|
| skip | integer | optional | The number of items to skip before returning results. |
| limit | integer | optional | The maximum number of items to return. Codegen allows 1 to 100. |
/repos
| Param | Type | Required | Description |
|---|---|---|---|
| org_id | integer | optional | The Codegen organization ID. Omit this field to use the organization ID saved w… |
| skip | integer | optional | The number of items to skip before returning results. |
| limit | integer | optional | The maximum number of items to return. Codegen allows 1 to 100. |
/users
| Param | Type | Required | Description |
|---|---|---|---|
| org_id | integer | optional | The Codegen organization ID. Omit this field to use the organization ID saved w… |
| skip | integer | optional | The number of items to skip before returning results. |
| limit | integer | optional | The maximum number of items to return. Codegen allows 1 to 100. |
/v1/organizations/{orgId}/agent/runs
| Param | Type | Required | Description |
|---|---|---|---|
| org_id | integer | optional | The Codegen organization ID. Omit this field to use the organization ID saved w… |
| user_id | integer | optional | — |
| source_type | string | optional | — |
| skip | integer | optional | The number of items to skip before returning results. |
| limit | integer | optional | The maximum number of items to return. Codegen allows 1 to 100. |
| orgId | string | required | Path parameter: orgId |
/v1/organizations/{orgId}/agent/run/{agentRunId}
| Param | Type | Required | Description |
|---|---|---|---|
| org_id | integer | optional | The Codegen organization ID. Omit this field to use the organization ID saved w… |
| agent_run_id | integer | required | The Codegen agent run ID to retrieve. |
| orgId | string | required | Path parameter: orgId |
| agentRunId | string | required | Path parameter: agentRunId |