linear_getManagedOAuthApplicationById
Retrieve a specific child OAuth application owned by the calling app using its ID. Useful for verifying or managing your Linear OAuth integrations.
Instructions
Get an alpha child OAuth application owned by the calling OAuth application. It cannot retrieve an arbitrary workspace OAuth application.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| clientId | No | ||
| imageUrl | No | ||
| createdAt | No | ||
| developer | No | ||
| updatedAt | No | ||
| grantTypes | No | ||
| webhookUrl | No | ||
| description | No | ||
| developerUrl | No | ||
| distribution | No | ||
| redirectUris | No | ||
| webhookEnabled | No | ||
| webhookResourceTypes | No |