List actions secrets of an organization
GET
/orgs/{org}/actions/secrets
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”org
required
string
Name of the organization
Query Parameters
Section titled “Query Parameters”page
integer
Page number of results to return (1-based)
limit
integer
Page size of results
Responses
Section titled “Responses”SecretList
Media typeapplication/json
Array<object>
Secret represents a secret
object
created_at
string format: date-time
name
The secret’s name
string
Examplegenerated
[ { "created_at": "2026-04-15T12:00:00Z", "name": "example" }]Headers
Section titled “Headers”X-Total-Count
integer format: int64
The total number of secrets
APINotFound is a not found error response
Media typeapplication/json
object
errors
Array<string>
message
string
url
string
Examplegenerated
{ "errors": [ "example" ], "message": "example", "url": "example"}