Skip to main content
GET
List background processes

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

organization
string
required

The organization slug

server
integer
required

The server ID

Query Parameters

page[size]
integer
default:30

The number of results that will be returned per page.

page[cursor]
string

The cursor to start the pagination from.

filter[user]
string

The user that the process is running as.

Example:

"forge"

filter[site_id]
string

The site ID that the process is running for.

Example:

1

filter[directory]
string

The directory that the process is running in.

Example:

"/home/forge/forge.laravel.com"

sort
enum<string>[]
Available options:
user,
-user

Response

Paginated set of BackgroundProcessResource

data
BackgroundProcessResource · object[]
required
meta
object
required