https://your-domain.atlassian.net/rest/api/3/screens/{screenId}/tabsReturns the list of tabs for a screen. **Permissions required:** * *Administer Jira* global permission. * *Administer projects* project permission when the project key is specified, providing that the screen is associated with the project through a Screen Scheme and Issue Type Screen Scheme.
The ID of the screen.
The key of the project.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://your-domain.atlassian.net/rest/api/3/screens/{screenId}/tabs' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://your-domain.atlassian.net/rest/api/3/screens/{screenId}/tabsReturns the list of tabs for a screen. **Permissions required:** * *Administer Jira* global permission. * *Administer projects* project permission when the project key is specified, providing that the screen is associated with the project through a Screen Scheme and Issue Type Screen Scheme.
The ID of the screen.
The key of the project.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://your-domain.atlassian.net/rest/api/3/screens/{screenId}/tabs' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}