trello.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.
Boards
create
boards.create
Create a new board
Risk: write
Output
prefs full type
prefs full type
labelNames full type
labelNames full type
delete
boards.delete
Delete a board [DESTRUCTIVE]
Risk: destructive
Output
get
boards.get
Get a board by ID
Risk: read
Output
prefs full type
prefs full type
labelNames full type
labelNames full type
list
boards.list
List boards for a member
Risk: read
Output:
object[]
Output full type
Output full type
update
boards.update
Update a board
Risk: write
Output
prefs full type
prefs full type
labelNames full type
labelNames full type
Cards
create
cards.create
Create a new card
Risk: write
Output
badges full type
badges full type
labels full type
labels full type
delete
cards.delete
Delete a card [DESTRUCTIVE]
Risk: destructive
Output
get
cards.get
Get a card by ID
Risk: read
Output
badges full type
badges full type
labels full type
labels full type
list
cards.list
List cards in a list
Risk: read
Output:
object[]
Output full type
Output full type
move
cards.move
Move a card to a different list or board
Risk: write
Output
badges full type
badges full type
labels full type
labels full type
update
cards.update
Update a card
Risk: write
Output
badges full type
badges full type
labels full type
labels full type
Checklists
create
checklists.create
Create a checklist on a card
Risk: write
Output
checkItems full type
checkItems full type
delete
checklists.delete
Delete a checklist [DESTRUCTIVE]
Risk: destructive
Output
get
checklists.get
Get a checklist by ID
Risk: read
Output
checkItems full type
checkItems full type
Labels
create
labels.create
Create a label on a board
Risk: write
Output
delete
labels.delete
Delete a label [DESTRUCTIVE]
Risk: destructive
Output
list
labels.list
List labels on a board
Risk: read
Output:
object[]
Output full type
Output full type
update
labels.update
Update a label
Risk: write
Output
Lists
archive
lists.archive
Archive (close) a list
Risk: write
Output
create
lists.create
Create a new list on a board
Risk: write
Output
get
lists.get
Get a list by ID
Risk: read
Output
list
lists.list
List all lists on a board
Risk: read
Output:
object[]
Output full type
Output full type
update
lists.update
Update a list
Risk: write
Output
Members
get
members.get
Get a member by ID or username
Risk: read
Output
list
members.list
List members of a board
Risk: read
Output:
object[]
Output full type
Output full type